govbid mcp server for Claude Desktop
io.github.imgproc-git/govbid-mcp-server
U.S. federal contract opportunities from SAM.gov. Daily updates. Public Domain.
client:Claude Desktop
transport:streamable-http
tools:4
Install govbid mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"govbid-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://govbid-mcp-server.gaikotsuimageprocessing.workers.dev/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