Skip to content
Zed

mcp alegra for Zed

io.github.codespar/mcp-alegra

Alegra — cloud accounting for LATAM (Colombian-founded)

client:Zed transport:stdio runtime:npm

Install mcp alegra 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-alegra": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-alegra"
      ],
      "env": {
        "ALEGRA_EMAIL": "<ALEGRA_EMAIL>",
        "ALEGRA_API_TOKEN": "<ALEGRA_API_TOKEN>"
      }
    }
  }
}

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

mcp alegra in other clients