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.
「生産性」の他のコンテンツ
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
コメント