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.
HYTHE_AGENT_IDStable exact agent identity for this client lane; required so restarts and compaction cannot adopt another principal
API_KEYShared API key authenticating the bridge to your self-hosted HYTHE server (create a protected .env with: npx -y @hythe/mcp@0.2.0 init --write-env --agent-id <agent-id>)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.hythe/hythe": {
"command": "npx",
"args": [
"-y",
"@hythe/mcp"
],
"env": {
"HYTHE_AGENT_ID": "",
"HYTHE_AGENT_KEY_FILE": "",
"HYTHE_AGENT_AUTH_MODE": "",
"API_KEY": "",
"MCP_HOST": "",
"MCP_PORT": ""
}
}
}
}