Awardopedia - Federal Contracts for Zed
io.github.grayson-sys/awardopedia
Search federal government contract opportunities from SAM.gov via Claude
client:Zed
transport:stdio
runtime:npm
Install Awardopedia - Federal Contracts in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"awardopedia": {
"command": "npx",
"args": [
"-y",
"awardopedia-mcp"
],
"env": {
"AWARDOPEDIA_API_KEY": "<AWARDOPEDIA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs