Setup
Connect your Supabase project and embedding provider, then copy a ready-to-use config for your MCP client.
FoundersOS gives your AI assistant a memory of how your company runs, so you stop re-explaining the same context every time you open it.
This page sets up the two things that make that work:
At the end you get a small block of settings to paste into your AI app (like Claude Desktop), plus a one-time database setup you run once. We walk you through each click.
Want more detail? Read the getting started guide or learn how to pick an embedding provider.
FoundersOS runs as an MCP server through npx, which ships with Node.js (install it first if you don't have it). Generate the config below, then paste it into your client: Claude Desktop, Cowork, Cursor, Continue.dev, Zed, or any spec-compliant MCP client.
- Open your Supabase project in your web browser (go to supabase.com and open your project).
- In the menu on the left, click SQL Editor.
- Click New query near the top.
- Click Copy SQL below, then click into the big empty box in Supabase and paste (
Cmd+Von Mac,Ctrl+Von Windows). - Click the green Run button at the bottom right (or press
Cmd+Enter/Ctrl+Enter). - When you see Success. No rows returned, your database is ready. Move on to Step 2.
Loading database setup...
- Open your MCP client's config (in Claude Desktop, the MCP servers section of your settings)
- Paste the JSON below
- Restart the client
Or add it to your project's .mcp.json file.