PluginBench
MCP Server
Active
Apache-2.0

Anamnesis MCP Server

io.github.oscardvs/anamnesis

What is the Anamnesis MCP server?

Cross-machine, file-first memory for Claude Code: markdown + SQLite FTS5, synced with git

How to install Anamnesis

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": {
    "anamnesis": {
      "command": "uvx",
      "args": [
        "anamnesis-memory",
        "serve"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "anamnesis": {
      "command": "uvx",
      "args": [
        "anamnesis-memory",
        "serve"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "anamnesis": {
      "command": "uvx",
      "args": [
        "anamnesis-memory",
        "serve"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "anamnesis": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "anamnesis-memory",
        "serve"
      ]
    }
  }
}
Claude Code
claude mcp add anamnesis -- uvx anamnesis-memory serve

Related MCP servers

The everything Zotero MCP server — Web API v3 + local API, safe writes, citations, search.

26
TypeScript
MIT
View repository →
Anamnesis MCP Server | PluginBench