Ekwo OS for Zed
ai.ekwo/mcp
Open source accounting data infrastructure on your own Postgres, acting as the user under RLS.
client:Zed
transport:stdio
runtime:npm
Install Ekwo OS in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@ekwo-ai/mcp"
],
"env": {
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_ANON_KEY": "<SUPABASE_ANON_KEY>",
"EKWO_EMAIL": "<EKWO_EMAIL>",
"EKWO_PASSWORD": "<EKWO_PASSWORD>",
"EKWO_ACCESS_TOKEN": "<EKWO_ACCESS_TOKEN>",
"EKWO_DB_URL": "<EKWO_DB_URL>",
"EKWO_ACT_AS_USER_ID": "<EKWO_ACT_AS_USER_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs