Skip to content
Cursor

chaprola for Cursor

io.github.cletcher/chaprola

Serverless API backend: query, JOIN, pivot, batch ops, email, FHIR, programs via HTTP.

client:Cursor transport:stdio runtime:npm

Install chaprola 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": {
    "chaprola": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chaprola/mcp-server"
      ],
      "env": {
        "CHAPROLA_USERNAME": "<CHAPROLA_USERNAME>",
        "CHAPROLA_API_KEY": "<CHAPROLA_API_KEY>"
      }
    }
  }
}

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

chaprola in other clients