← Back to Plugins
MCP Server MCP

io.github.cletcher/chaprola

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @chaprola/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@chaprola/mcp-server",
      "version": "1.4.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Chaprola username (register at https://api.chaprola.org/register)",
          "isRequired": true,
          "format": "string",
          "name": "CHAPROLA_USERNAME"
        },
        {
          "description": "Your Chaprola API key (format: chp_ + 64 hex chars)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CHAPROLA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...