Docmancer for Grok
dev.docmancer/docmancer
Local-only MCP server for source-attributed Markdown memory and documentation retrieval.
client:Grok
transport:stdio
runtime:pypi
Install Docmancer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"docmancer": {
"type": "stdio",
"command": "uvx",
"args": [
"docmancer"
]
}
}
}
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