hythe for Windsurf
dev.hythe/hythe
HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
client:Windsurf
transport:stdio
runtime:npm
Install hythe in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs