Skip to content
Cursor

SAM.gov for Cursor

com.1102tools/sam-gov-mcp

SAM.gov readiness, entities, exclusions, opportunities, awards, hierarchy, and subawards. 20 tools.

client:Cursor transport:stdio runtime:pypi

Install SAM.gov 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": {
    "sam-gov-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sam-gov-mcp"
      ],
      "env": {
        "SAM_API_KEY": "<SAM_API_KEY>"
      }
    }
  }
}

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

SAM.gov in other clients