ennodia for Grok
io.github.cherninlab/ennodia
Try other agents, models, and skills from your familiar AI workflow through a local MCP server
client:Grok
transport:stdio
runtime:npm
Install ennodia in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ennodia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}
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