fec mcp for Zed
io.github.mrfentmen/fec-mcp
US campaign finance data from the FEC. No key required.
client:Zed
transport:stdio
runtime:npm
Install fec mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fec-mcp": {
"command": "npx",
"args": [
"-y",
"fec-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs