@ourthinktank/founders-os-core
v1.0.0
Published
Transport-agnostic core for Founders OS — CRM, tasks, finances, feeds, memory, and visual surface tools, exposed as raw ToolMaps for any MCP transport.
Maintainers
Readme
Founders OS Core
Transport-agnostic engine for Founders OS - the open-source MCP server for startup and small business founders.
Most users want @ourthinktank/founders-os instead. That package wraps this core in a stdio MCP server that runs via npx in Claude, Cursor, and other MCP clients, and it's what the setup wizard configures.
Install this package directly only if you are building your own deployment surface - a hosted server, a different transport, or an embedded integration. It exposes the raw ToolMaps (CRM, tasks, projects, playbooks, tags, financial, feeds, memory, surfaces, members, restore) plus the context builder, Supabase client factory, and the rendering contract, without any transport bound.
import {
buildContext,
registerToolMap,
taskTools,
crmTools,
// ...the other tool maps
} from "@ourthinktank/founders-os-core";Versions are kept in lockstep with @ourthinktank/founders-os.
Docs: foundersmcp.com - Source: GitHub
License
MIT (c) OurThinkTank
