Claude Code Ultimate Guide for Grok
io.github.florianbruniaux/claude-code-guide
Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.
client:Grok
transport:stdio
runtime:npm
Install Claude Code Ultimate Guide in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"claude-code-guide": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-code-ultimate-guide-mcp"
]
}
}
}
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