Setup

Connect your Supabase project and embedding provider, then copy a ready-to-use config for your MCP client.

Your credentials never leave this browser

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:

1 · Database
Supabase (free)
A place where your AI's memory and your company info live. You create it and you own it.
2 · Memory engine
Embedding provider
Helps your AI find the right memory at the right moment. Pick one. OpenAI is the simplest if unsure.

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.

About 10 minutes Mostly copy and paste Your keys stay in your browser
Have an existing config? Paste it here
1
Supabase Connection
Your project URL from Supabase dashboard > Settings > API
Service role key (not the anon key) from Settings > API
Shared across your team. "default" is fine for solo use.
Your display name or handle
Affects date display in tasks and CRM. Auto-detected from your browser.
2
Embedding Provider
If you're running on AWS with an IAM role attached, you can leave the access key fields empty.
Ollama runs locally on your machine. Make sure it's installed and running.
Dimensions are handled for you. After you generate, we'll give you a database setup file with this exact size already filled in - you just run it in Supabase. If unsure, leave the default for your chosen provider.
3
Generate Your Config

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.

Step 1: Set up your database (do this first)
One-time setup, takes about a minute
  1. Open your Supabase project in your web browser (go to supabase.com and open your project).
  2. In the menu on the left, click SQL Editor.
  3. Click New query near the top.
  4. Click Copy SQL below, then click into the big empty box in Supabase and paste (Cmd+V on Mac, Ctrl+V on Windows).
  5. Click the green Run button at the bottom right (or press Cmd+Enter / Ctrl+Enter).
  6. When you see Success. No rows returned, your database is ready. Move on to Step 2.
Copied! Downloaded!
Loading database setup...
The size number in this setup code is matched to the embedding provider you chose. Please do not change it, or memory search will not work.
Step 2: Add your MCP config
How to install
  1. Open your MCP client's config (in Claude Desktop, the MCP servers section of your settings)
  2. Paste the JSON below
  3. Restart the client

Or add it to your project's .mcp.json file.

Copied! Downloaded!
 
This config contains your Supabase secret key. Treat it like a password - don't share it or commit it to git.