hythe for Zed
dev.hythe/hythe
HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
client:Zed
transport:stdio
runtime:npm
Install hythe in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs