Skip to content
Grok

zread mcp for Grok

io.github.ejfkdev/zread-mcp

Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。

client:Grok transport:stdio runtime:npm

Install zread mcp 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": {
    "zread-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ],
      "env": {
        "ZREAD_TOKEN": "<ZREAD_TOKEN>"
      }
    }
  }
}

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

zread mcp in other clients