Skip to content
Zed

AbraFlexi for Zed

io.github.vitexus/abraflexi

MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions.

client:Zed transport:stdio runtime:pypi

Install AbraFlexi in Zed

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

{
  "context_servers": {
    "abraflexi": {
      "command": "uvx",
      "args": [
        "abraflexi-mcp-server"
      ]
    }
  }
}

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

AbraFlexi in other clients