Cartorio Certidao for Cursor
io.github.paulo2tab/certidao
MCP server para gerenciamento de certidoes de cartorio via IA.
client:Cursor
transport:stdio
runtime:pypi
Install Cartorio Certidao in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"certidao": {
"type": "stdio",
"command": "uvx",
"args": [
"cartorio-certidao-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs