Skip to content
Grok

Andish for Grok

ru.andish/andish-mcp

Knowledge-graph memory for your team's documents. Answers cite the source, not a summary.

client:Grok transport:stdio runtime:pypi

Install Andish 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": {
    "andish-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "andish-mcp"
      ],
      "env": {
        "ANDISH_API_KEY": "<ANDISH_API_KEY>",
        "ANDISH_BASE_URL": "<ANDISH_BASE_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

Andish in other clients