agentdocs for Grok
io.github.titov-d/agentdocs
Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.
client:Grok
transport:stdio
runtime:npm
Install agentdocs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentdocs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-agentdocs"
]
}
}
}
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