Connapse for Grok
io.github.destrayon/connapse
Self-hosted knowledge backend for AI agents with hybrid search and MCP tools
client:Grok
transport:stdio
runtime:oci
Install Connapse in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"connapse": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/destrayon/connapse:v0.3.2"
]
}
}
}
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