Skip to content
Grok

Kybase for Grok

io.github.kyrzin/kybase

Self-hosted Markdown memory for AI agents: notes you can read and edit, with hybrid search.

client:Grok transport:stdio runtime:npm

Install Kybase in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kybase": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kybase-mcp"
      ],
      "env": {
        "KYBASE_DATA_DIR": "<KYBASE_DATA_DIR>",
        "EMBEDDING_PROVIDER": "<EMBEDDING_PROVIDER>",
        "OLLAMA_URL": "<OLLAMA_URL>",
        "OLLAMA_MODEL": "<OLLAMA_MODEL>",
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

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

Kybase in other clients