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)
{
"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