Skip to content
Zed

GovCon API for Zed

io.github.govconapi/govconapi

53 tools over US federal procurement: SAM.gov, FPDS awards, entities, subawards, exclusions.

client:Zed transport:stdio runtime:pypi

Install GovCon API in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "govconapi": {
      "command": "uvx",
      "args": [
        "govconapi-mcp"
      ],
      "env": {
        "GOVCONAPI_KEY": "<GOVCONAPI_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

GovCon API in other clients