← Index

io.github.cletcher/chaprola

io.github.cletcher/chaprola·v1.4.3·Email
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "chaprola": {
      "command": "npx",
      "args": [
        "-y",
        "@chaprola/mcp-server"
      ],
      "env": {
        "CHAPROLA_USERNAME": "<chaprola_username>",
        "CHAPROLA_API_KEY": "<your-chaprola_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "chaprola": {
      "command": "npx",
      "args": [
        "-y",
        "@chaprola/mcp-server"
      ],
      "env": {
        "CHAPROLA_USERNAME": "<chaprola_username>",
        "CHAPROLA_API_KEY": "<your-chaprola_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @chaprola/mcp-server
§02  Environment variables
CHAPROLA_USERNAME
required

Your Chaprola username (register at https://api.chaprola.org/register)

CHAPROLA_API_KEY
requiredsecret

Your Chaprola API key (format: chp_ + 64 hex chars)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Email