Awardopedia - Federal Contracts for VS Code
io.github.grayson-sys/awardopedia
Search federal government contract opportunities from SAM.gov via Claude
client:VS Code
transport:stdio
runtime:npm
Install Awardopedia - Federal Contracts in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "awardopedia-api-key",
"description": "AWARDOPEDIA_API_KEY",
"password": true
}
],
"servers": {
"awardopedia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"awardopedia-mcp"
],
"env": {
"AWARDOPEDIA_API_KEY": "${input:awardopedia-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