Skip to content
Cursor

indonesia civic stack for Cursor

io.github.suryast/indonesia-civic-stack

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

client:Cursor transport:stdio runtime:pypi

Install indonesia civic stack in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "indonesia-civic-stack": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "indonesia-civic-stack"
      ],
      "env": {
        "PROXY_URL": "<PROXY_URL>",
        "BPS_API_KEY": "<BPS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

indonesia civic stack in other clients