Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Apiverket in other clients