Enoch for Grok
io.github.alias8818/enoch
Operate an Enoch control plane through MCP tools
client:Grok
transport:stdio
runtime:pypi
Install Enoch in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"enoch": {
"type": "stdio",
"command": "uvx",
"args": [
"enoch-mcp"
],
"env": {
"ENOCH_API_URL": "<ENOCH_API_URL>",
"ENOCH_API_TOKEN": "<ENOCH_API_TOKEN>"
}
}
}
}
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