Skip to content
Gemini CLI

parserail mcp for Gemini CLI

tech.thecompound/parserail-mcp

Documents to schema-valid JSON plus 38 more finished-job AI tools, on one credit wallet.

client:Gemini CLI transport:stdio runtime:npm

Install parserail mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "parserail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parserail-mcp"
      ],
      "env": {
        "PARSERAIL_API_KEY": "<PARSERAIL_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

parserail mcp in other clients