SAM.gov for Cursor
io.github.1102tools/sam-gov-mcp
SAM.gov entity registration, exclusions, opportunities, contract awards. 15 tools.
client:Cursor
transport:stdio
runtime:pypi
Install SAM.gov in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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