Skip to content

tacitus mcp server for Zed

io.github.ionasrobert/tacitus-mcp-server

Long-term memory for AI agents: local-first PKM with provenance and hybrid search.

client:Zed transport:stdio runtime:npm

Install tacitus mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tacitus-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@dashiro/tacitus-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tacitus mcp server in other clients