Skip to content
Grok

tacitus mcp server for Grok

io.github.ionasrobert/tacitus-mcp-server

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

client:Grok transport:stdio runtime:npm

Install tacitus mcp server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

tacitus mcp server in other clients