Skip to content
Zed

autario mcp for Zed

io.github.autario/autario-mcp

Query 8,000+ verified open datasets (World Bank, Eurostat, FRED, SEC) with stats and charts.

client:Zed transport:stdio runtime:npm

Install autario mcp 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": {
    "autario-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "autario-mcp"
      ],
      "env": {
        "AUTARIO_API_KEY": "<AUTARIO_API_KEY>",
        "AUTARIO_API_SECRET": "<AUTARIO_API_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

autario mcp in other clients