Skip to content
Zed

mcp efi for Zed

io.github.codespar/mcp-efi

MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças

client:Zed transport:stdio runtime:npm

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

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

mcp efi in other clients