Skip to content
Gemini CLI

Cartorio Certidao for Gemini CLI

io.github.paulo2tab/certidao

MCP server para gerenciamento de certidoes de cartorio via IA.

client:Gemini CLI transport:stdio runtime:pypi

Install Cartorio Certidao 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": {
    "certidao": {
      "command": "uvx",
      "args": [
        "cartorio-certidao-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

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

Cartorio Certidao in other clients