hythe for Grok
dev.hythe/hythe
HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
client:Grok
transport:stdio
runtime:npm
Install hythe in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hythe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hythe/mcp"
],
"env": {
"HYTHE_AGENT_ID": "<HYTHE_AGENT_ID>",
"HYTHE_AGENT_KEY_FILE": "<HYTHE_AGENT_KEY_FILE>",
"HYTHE_AGENT_AUTH_MODE": "<HYTHE_AGENT_AUTH_MODE>",
"API_KEY": "<API_KEY>",
"MCP_HOST": "<MCP_HOST>",
"MCP_PORT": "<MCP_PORT>"
}
}
}
}
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