PluginBench
MCP Server
Active
Apache-2.0

dev.hythe/hythe MCP Server

dev.hythe/hythe

What is the dev.hythe/hythe MCP server?

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

How to install dev.hythe/hythe

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HYTHE_AGENT_ID
    required

    Stable exact agent identity for this client lane; required so restarts and compaction cannot adopt another principal

  • HYTHE_AGENT_KEY_FILE

    Optional path to one protected per-agent credential file: regular, non-symlink, owned by the client user, mode 0400 or 0600, containing one hya1 token. Never place the token itself in an environment variable.

  • HYTHE_AGENT_AUTH_MODE

    Client authorization expectation: observe, mixed, or required (default observe). Move to mixed and then required only after this exact lane has a credential and passes /agent/whoami.

  • API_KEY
    required
    secret

    Shared API key authenticating the bridge to your self-hosted HYTHE server (create a protected .env with: npx -y @hythe/mcp@0.1.7 init --write-env --agent-id <agent-id>)

  • MCP_HOST

    HYTHE server host (default 127.0.0.1)

  • MCP_PORT

    HYTHE server port (default 6174)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hythe": {
      "command": "npx",
      "args": [
        "-y",
        "@hythe/mcp"
      ],
      "env": {
        "HYTHE_AGENT_ID": "<YOUR_HYTHE_AGENT_ID>",
        "HYTHE_AGENT_KEY_FILE": "<YOUR_HYTHE_AGENT_KEY_FILE>",
        "HYTHE_AGENT_AUTH_MODE": "<YOUR_HYTHE_AGENT_AUTH_MODE>",
        "API_KEY": "<YOUR_API_KEY>",
        "MCP_HOST": "<YOUR_MCP_HOST>",
        "MCP_PORT": "<YOUR_MCP_PORT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hythe": {
      "command": "npx",
      "args": [
        "-y",
        "@hythe/mcp"
      ],
      "env": {
        "HYTHE_AGENT_ID": "<YOUR_HYTHE_AGENT_ID>",
        "HYTHE_AGENT_KEY_FILE": "<YOUR_HYTHE_AGENT_KEY_FILE>",
        "HYTHE_AGENT_AUTH_MODE": "<YOUR_HYTHE_AGENT_AUTH_MODE>",
        "API_KEY": "<YOUR_API_KEY>",
        "MCP_HOST": "<YOUR_MCP_HOST>",
        "MCP_PORT": "<YOUR_MCP_PORT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hythe": {
      "command": "npx",
      "args": [
        "-y",
        "@hythe/mcp"
      ],
      "env": {
        "HYTHE_AGENT_ID": "<YOUR_HYTHE_AGENT_ID>",
        "HYTHE_AGENT_KEY_FILE": "<YOUR_HYTHE_AGENT_KEY_FILE>",
        "HYTHE_AGENT_AUTH_MODE": "<YOUR_HYTHE_AGENT_AUTH_MODE>",
        "API_KEY": "<YOUR_API_KEY>",
        "MCP_HOST": "<YOUR_MCP_HOST>",
        "MCP_PORT": "<YOUR_MCP_PORT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hythe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hythe/mcp"
      ],
      "env": {
        "HYTHE_AGENT_ID": "<YOUR_HYTHE_AGENT_ID>",
        "HYTHE_AGENT_KEY_FILE": "<YOUR_HYTHE_AGENT_KEY_FILE>",
        "HYTHE_AGENT_AUTH_MODE": "<YOUR_HYTHE_AGENT_AUTH_MODE>",
        "API_KEY": "<YOUR_API_KEY>",
        "MCP_HOST": "<YOUR_MCP_HOST>",
        "MCP_PORT": "<YOUR_MCP_PORT>"
      }
    }
  }
}
Claude Code
claude mcp add hythe --env HYTHE_AGENT_ID=<YOUR_HYTHE_AGENT_ID> --env HYTHE_AGENT_KEY_FILE=<YOUR_HYTHE_AGENT_KEY_FILE> --env HYTHE_AGENT_AUTH_MODE=<YOUR_HYTHE_AGENT_AUTH_MODE> --env API_KEY=<YOUR_API_KEY> --env MCP_HOST=<YOUR_MCP_HOST> --env MCP_PORT=<YOUR_MCP_PORT> -- npx -y @hythe/mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →