apex contabil for Cursor
io.github.ogconstrutorasp/apex-contabil
Framework MCP do Apex ERP Contábil: CNAEs, jurídico, obrigações, financeiro, marketing e WhatsApp.
client:Cursor
transport:stdio
runtime:pypi
Install apex contabil in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apex-contabil": {
"type": "stdio",
"command": "uvx",
"args": [
"apex-mcp-framework"
],
"env": {
"ERP_BASE": "<ERP_BASE>",
"ERP_MCP_EMAIL": "<ERP_MCP_EMAIL>",
"ERP_MCP_PASSWORD": "<ERP_MCP_PASSWORD>",
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_ANON_KEY": "<SUPABASE_ANON_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs