Skip to content
Cursor

govcontractscout mcp for Cursor

io.github.govcontractscout/govcontractscout-mcp

MCP server exposing the GovContractScout US government contracts API to AI agents.

client:Cursor transport:stdio runtime:npm

Install govcontractscout mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "govcontractscout-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "govcontractscout-mcp"
      ],
      "env": {
        "GCS_API_KEY": "<GCS_API_KEY>",
        "GOVCONTRACTSCOUT_API_BASE": "<GOVCONTRACTSCOUT_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

govcontractscout mcp in other clients