Loading MCP server directory, please wait...
HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
npx @getmcp/cli add dev.hythe/hytheRequires Node.js 18+. Community-contributed server. Review source before installing.
API_KEYShared API key authenticating the bridge to your self-hosted HYTHE server (generate with: npx -y @hythe/mcp init)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.hythe/hythe": {
"command": "npx",
"args": [
"-y",
"@hythe/mcp"
],
"env": {
"API_KEY": "",
"MCP_HOST": "",
"MCP_PORT": ""
}
}
}
}