tachibot mcp for Zed
io.github.bypawel/tachibot-mcp
Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles.
client:Zed
transport:stdio
runtime:npm
Install tachibot mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tachibot-mcp": {
"command": "npx",
"args": [
"-y",
"tachibot-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>",
"GROK_API_KEY": "<GROK_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"TACHIBOT_PROFILE": "<TACHIBOT_PROFILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs