handbook for Grok
io.github.jannks/handbook
MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.
client:Grok
transport:stdio
runtime:npm
Install handbook in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"handbook": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ah-oh/handbook-mcp-server"
],
"env": {
"HANDBOOK_API_TOKEN": "<HANDBOOK_API_TOKEN>",
"HANDBOOK_API_URL": "<HANDBOOK_API_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