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.
HYTHE_AGENT_IDrequiredStable exact agent identity for this client lane; required so restarts and compaction cannot adopt another principal
HYTHE_AGENT_KEY_FILEOptional 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_MODEClient 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_KEYrequiredsecretShared 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_HOSTHYTHE server host (default 127.0.0.1)
MCP_PORTHYTHE server port (default 6174)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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/mcpRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.