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
{
"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