Government Contracts MCP for Claude Desktop
io.github.foundrynet/gov-contracts-mcp
Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.
client:Claude Desktop
transport:streamable-http
Install Government Contracts MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gov-contracts-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gov-contracts-mcp-production.up.railway.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs