Skip to content
Cursor

tacitus mcp server for Cursor

io.github.ionasrobert/tacitus-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install tacitus mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tacitus mcp server in other clients