Skip to content
Gemini CLI

GovCon API for Gemini CLI

io.github.govconapi/govconapi

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

client:Gemini CLI transport:stdio runtime:pypi

Install GovCon API in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

GovCon API in other clients