Skip to content

indonesia civic stack for Zed

io.github.suryast/indonesia-civic-stack

40 MCP tools for 11 Indonesian government portals — BPOM, BPJPH, AHU, OJK, BMKG+

client:Zed transport:stdio runtime:pypi

Install indonesia civic stack 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": {
    "indonesia-civic-stack": {
      "command": "uvx",
      "args": [
        "indonesia-civic-stack"
      ],
      "env": {
        "PROXY_URL": "<PROXY_URL>",
        "BPS_API_KEY": "<BPS_API_KEY>"
      }
    }
  }
}

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

indonesia civic stack in other clients