PluginBench
MCP Server
Active
MIT

Lore MCP Server

io.github.agentkitai/lore

What is the Lore MCP server?

Cross-agent memory over MCP: hybrid recall, knowledge graph, private/shared visibility, redaction.

How to install Lore

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lore": {
      "command": "uvx",
      "args": [
        "lore-sdk",
        "--from",
        "lore-sdk[mcp]",
        "lore-memory"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lore": {
      "command": "uvx",
      "args": [
        "lore-sdk",
        "--from",
        "lore-sdk[mcp]",
        "lore-memory"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lore": {
      "command": "uvx",
      "args": [
        "lore-sdk",
        "--from",
        "lore-sdk[mcp]",
        "lore-memory"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lore": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lore-sdk",
        "--from",
        "lore-sdk[mcp]",
        "lore-memory"
      ]
    }
  }
}
Claude Code
claude mcp add lore -- uvx lore-sdk --from lore-sdk[mcp] lore-memory

Related MCP servers

AgentGate

Active

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

29
TypeScript
MIT
View repository →

AgentLens

Active

Tamper-evident, SHA-256 hash-chained audit trail and observability for AI agents.

8
TypeScript
MIT
View repository →