Cartorio Certidao for VS Code
io.github.paulo2tab/certidao
MCP server para gerenciamento de certidoes de cartorio via IA.
client:VS Code
transport:stdio
runtime:pypi
Install Cartorio Certidao in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "database-url",
"description": "DATABASE_URL",
"password": true
}
],
"servers": {
"certidao": {
"type": "stdio",
"command": "uvx",
"args": [
"cartorio-certidao-mcp"
],
"env": {
"DATABASE_URL": "${input:database-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs