hythe for Cline
dev.hythe/hythe
HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
client:Cline
transport:stdio
runtime:npm
Install hythe in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs