The Blue Alliance for Zed
io.github.withinfocus/tba
The Blue Alliance MCP Server
client:Zed
transport:stdio
runtime:npm
Install The Blue Alliance in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tba": {
"command": "npx",
"args": [
"-y",
"@withinfocus/tba-mcp-server"
],
"env": {
"TBA_API_KEY": "<TBA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs