@founder-compass/mcp
v0.2.0
Published
MCP server for Founder Compass — exposes your live state (observations, decisions, experiments, reports) to any MCP-aware agent.
Maintainers
Readme
@founder-compass/mcp
Local MCP server that exposes your live Founder Compass state — observations, decisions, experiments, pipeline, reports — to any MCP-aware agent (Claude Code, Cursor, Codex, Claude Desktop, …).
The server runs on your machine. Every tool call POSTs to the Founder Compass REST shim at foundercompass.app/api/mcp/v1/* with your bearer key. Nothing is cached locally.
Install
- Mint a bearer key at foundercompass.app/app/settings/api-keys. Copy it once — the plaintext is never re-shown.
- Add the server to your MCP client config:
{
"mcpServers": {
"founder-compass": {
"command": "npx",
"args": ["-y", "@founder-compass/mcp"],
"env": { "FC_API_KEY": "fc_live_..." }
}
}
}- Restart the client. The 30 tools —
log_observation,list_decisions,recall_pattern,get_user_state, etc. — appear in the tool palette.
Environment
FC_API_KEY(required) — bearer token minted in the app.FC_API_BASE(optional) — override the base URL. Defaults tohttps://foundercompass.app. Usehttp://localhost:3000to point at a local dev server.
License
UNLICENSED — internal Founder Compass distribution while the multi-tenant tier is in beta.
