Founders Os
@OurThinkTank
关于 Founders Os
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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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-..."
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Founders OS?
Founders OS is an open-source MCP server that connects your CRM, financials, tasks, and long-term memory behind a single interface. It allows you to query across all these systems live—for example, asking “Which clients are behind on payment, and when did we last talk to them?” returns a single answer drawn from both the CRM and the ledger. It is built for founders and small teams who want a unified AI context for their business.
How to use Founders OS?
Founders OS is self-hosted and deploy-it-yourself. You run it on your own Supabase instance and connect it to any MCP client (like Claude or Cursor) via stdio transport. Install and configure the server according to the provided documentation, then point your MCP client at it.
Key features of Founders OS
- Connects CRM, financials, tasks, and long-term memory in one server
- Live cross-system queries return answers from shared context
- Self-hosted on your own Supabase instance
- No middleman backend or SaaS holds your data
- MIT licensed, 100% open source
- Uses stdio transport for MCP clients
Use cases of Founders OS
- Ask which clients are behind on payment and when you last spoke to them, answered in one query
- Get live revenue and unpaid invoice data without switching tools
- Automate cross-system lookups for customer status, task progress, and financial health
- Keep your entire business context accessible to AI without re-explaining it
FAQ from Founders OS
What does Founders OS integrate with?
It connects CRM, financials, tasks, and long-term memory into one unified MCP server.
Is my data stored on a third-party server?
No. Data stays in your own Supabase instance. There is no middleman backend or SaaS holding your information.
Who is Founders OS for?
It is built by OurThinkTank for founders and small teams who are tired of re-explaining their company to AI every time.
What transport does it use?
It uses stdio transport for communication with MCP clients.
What license is it released under?
Founders OS is MIT licensed and 100% open source.
生产力 分类下的更多 MCP 服务器
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
评论