Ekwo OS for Windsurf
ai.ekwo/mcp
Open source accounting data infrastructure on your own Postgres, acting as the user under RLS.
client:Windsurf
transport:stdio
runtime:npm
Install Ekwo OS in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs