Ekwo OS for Cursor
ai.ekwo/mcp
Open source accounting data infrastructure on your own Postgres, acting as the user under RLS.
client:Cursor
transport:stdio
runtime:npm
Install Ekwo OS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs