SAM.gov for VS Code
io.github.1102tools/sam-gov-mcp
SAM.gov entity registration, exclusions, opportunities, contract awards. 15 tools.
client:VS Code
transport:stdio
runtime:pypi
Install SAM.gov in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "sam-api-key",
"description": "SAM_API_KEY",
"password": true
}
],
"servers": {
"sam-gov-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sam-gov-mcp"
],
"env": {
"SAM_API_KEY": "${input:sam-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs