Skip to content
Grok

SAM.gov for Grok

io.github.1102tools/sam-gov-mcp

SAM.gov entity registration, exclusions, opportunities, contract awards. 15 tools.

client:Grok transport:stdio runtime:pypi

Install SAM.gov in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SAM.gov in other clients