Skip to content
Zed

mcp conta azul for Zed

io.github.codespar/mcp-conta-azul

MCP server for Conta Azul — accounting, invoicing, customers, products

client:Zed transport:stdio runtime:npm

Install mcp conta azul in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-conta-azul": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-conta-azul"
      ],
      "env": {
        "CONTA_AZUL_ACCESS_TOKEN": "<CONTA_AZUL_ACCESS_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp conta azul in other clients