Skip to content
Grok

context vault for Grok

io.github.rajdeepdas43/context-vault

Governed memory for AI agents (Paramind AI): conflict-checked writes, time-travel reads, ACL, audit.

client:Grok transport:stdio runtime:pypi

Install context vault in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "context-vault": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "context-vault-ai"
      ]
    }
  }
}

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

context vault in other clients