Skip to content
Zed

mcp omie for Zed

io.github.codespar/mcp-omie

MCP server for Omie — ERP, customers, products, orders, invoices, financials

client:Zed transport:stdio runtime:npm

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

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

mcp omie in other clients