Apiverket for Zed
io.github.vinvuk/apiverket-mcp
Query Swedish public data: companies, SCB statistics, weather, transport, and more.
client:Zed
transport:stdio
runtime:npm
Install Apiverket in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"apiverket-mcp": {
"command": "npx",
"args": [
"-y",
"apiverket-mcp-server"
],
"env": {
"GOVDATA_API_URL": "<GOVDATA_API_URL>",
"GOVDATA_API_KEY": "<GOVDATA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs