mcp public award monitor for Zed
com.mambabuilt/mcp-public-award-monitor
Find the companies that won US or UK public contracts, grants or SBIR awards in a window.
client:Zed
transport:stdio
runtime:npm
Install mcp public award monitor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-public-award-monitor": {
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-public-award-monitor"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs