OCDS German Procurement Search for Zed
io.github.qune-tech/ocds-mcp
Search and match German public procurement tenders (OCDS) from your local LLM.
client:Zed
transport:stdio
runtime:npm
Install OCDS German Procurement Search in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ocds-mcp": {
"command": "npx",
"args": [
"-y",
"@qune-tech/ocds-mcp"
],
"env": {
"OCDS_API_KEY": "<OCDS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs