Skip to content
VS Code

tacitus mcp server for VS Code

io.github.ionasrobert/tacitus-mcp-server

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

client:VS Code transport:stdio runtime:npm

Install tacitus mcp server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tacitus mcp server in other clients