Founders Os

Created By
OurThinkTank6 days ago
Founders OS is an open-source MCP server that puts your whole business inside Claude, Cursor, or any MCP client. It connects CRM, financials, tasks, and long-term memory behind one server, so you can ask a single question that reads across all of them. Example: "Which clients are behind on payment, and when did we last talk to them?" gets answered live, because the CRM and the ledger share the same context. It is self-hosted and deploy-it-yourself. Your customer list, revenue, and unpaid invoices stay in your own Supabase. No middleman backend, no SaaS holding your data. stdio transport, MIT licensed, 100% open source. Built by OurThinkTank for founders and small teams who are tired of re-explaining their company to an AI every session.

Server Config

{
  "mcpServers": {
    "founders-os": {
      "command": "npx",
      "args": [
        "-y",
        "@ourthinktank/founders-os@latest"
      ],
      "env": {
        "SUPABASE_URL": "https://your-project.supabase.co",
        "SUPABASE_SECRET_KEY": "sb_secret_...",
        "FOUNDERS_OS_COMPANY_ID": "your-company",
        "FOUNDERS_OS_USER_ID": "your-name",
        "FOUNDERS_OS_TIMEZONE": "America/Los_Angeles",
        "EMBEDDING_PROVIDER": "openai",
        "EMBEDDING_MODEL": "text-embedding-3-small",
        "EMBEDDING_DIM": "1536",
        "OPENAI_API_KEY": "sk-..."
      }
    }
  }
}
Project Info
Created At
6 days ago
Updated At
6 days ago
Author Name
OurThinkTank
Star
-
Language
-
License
-
Category

Recommend Servers

View All