Skip to content
Claude Desktop

hythe for Claude Desktop

dev.hythe/hythe

HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.

client:Claude Desktop transport:stdio runtime:npm

Install hythe in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hythe": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

hythe in other clients