Loading MCP server directory, please wait...
MCP server para gerenciamento de certidoes de cartorio via IA.
npx @getmcp/cli add io.github.paulo2tab/certidaoRequires Python 3.10+. Community-contributed server. Review source before installing.
DATABASE_URLURL de conexao PostgreSQL (ex: postgresql://user:pass@localhost/certidao_db)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.paulo2tab/certidao": {
"command": "uvx",
"args": [
"cartorio-certidao-mcp"
],
"env": {
"DATABASE_URL": ""
}
}
}
}