Manifold for Grok
io.github.nonchan7720/manifold
MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint
client:Grok
transport:stdio
runtime:oci
Install Manifold in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"manifold": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nonchan7720/manifold:v1.15.0"
],
"env": {
"ENCRYPT_KEY": "<ENCRYPT_KEY>",
"SERVER_NAME": "<SERVER_NAME>"
}
}
}
}
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