govcontractscout mcp for Zed
io.github.govcontractscout/govcontractscout-mcp
MCP server exposing the GovContractScout US government contracts API to AI agents.
client:Zed
transport:stdio
runtime:npm
Install govcontractscout mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"govcontractscout-mcp": {
"command": "npx",
"args": [
"-y",
"govcontractscout-mcp"
],
"env": {
"GCS_API_KEY": "<GCS_API_KEY>",
"GOVCONTRACTSCOUT_API_BASE": "<GOVCONTRACTSCOUT_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs