Lore
Rank #6,133io.github.agentkitai/lore
Cross-agent memory over MCP: hybrid recall, knowledge graph, private/shared visibility, redaction.
Lore is a Model Context Protocol (MCP) server published by agentkitai. It ranks #6,133 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Lore is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 7, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 109,327 of 115,460 servers on MCP Toplist.
Use Lore
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lore -- uvx --from "lore-sdk[mcp]" lore-sdk lore-memory[mcp_servers.lore]
command = "uvx"
args = ["--from", "lore-sdk[mcp]", "lore-sdk", "lore-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"lore": {
"command": "uvx",
"args": [
"--from",
"lore-sdk[mcp]",
"lore-sdk",
"lore-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lore": {
"command": "uvx",
"args": [
"--from",
"lore-sdk[mcp]",
"lore-sdk",
"lore-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lore": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"lore-sdk[mcp]",
"lore-sdk",
"lore-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lore": {
"command": "uvx",
"args": [
"--from",
"lore-sdk[mcp]",
"lore-sdk",
"lore-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lore": {
"command": "uvx",
"args": [
"--from",
"lore-sdk[mcp]",
"lore-sdk",
"lore-memory"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.agentkitai%2Flore)<a href="https://mcptoplist.com/server/io.github.agentkitai%2Flore"><img src="https://mcptoplist.com/badge/io.github.agentkitai%2Flore.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
agentkitai
Other servers by agentkitai
View all agentkitai servers →Available versions (1)
| Version | Published |
|---|---|
| 1.2.1 | Jun 22, 2026 |
Frequently asked questions
- Who maintains Lore?
- Lore is maintained by agentkitai, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Lore listed on the Official MCP Registry?
- Yes — Lore is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Lore have?
- MCP Toplist tracks 1 version of Lore, most recently published on Jun 22, 2026.
- Where can I find the source code for Lore?
- The source code for Lore is hosted at github.com/agentkitai/lore.