Lifsig MCP Server
Connect Claude, Cursor, Windsurf, or any MCP-compatible AI agent to your Lifsig life graph. Your AI assistant gets real-time access to your goals, habits, memory, and daily focus.
https://lifsig.com/api/mcpStreamable HTTP · MCP 2025-11-05How to connect
Public tools work immediately — no key needed. To connect your personal life graph, generate an API key in the Lifsig app.
Create your account
Set up your life graph — pillars, goals, habits.
Generate an MCP API Key
Lifsig app → Settings → Developer → Generate MCP API Key. Copy the key (shown once).
Add to your AI agent config
Paste the key and server URL into your Claude Desktop, Cursor, or Windsurf config below.
Agent configuration
Replace YOUR_LIFSIG_API_KEY with your key from the Lifsig app.
{
"mcpServers": {
"lifsig": {
"url": "https://lifsig.com/api/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_LIFSIG_API_KEY"
}
}
}
}{
"mcp": {
"servers": {
"lifsig": {
"url": "https://lifsig.com/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_LIFSIG_API_KEY"
}
}
}
}
}{
"mcpServers": {
"lifsig": {
"serverUrl": "https://lifsig.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_LIFSIG_API_KEY"
}
}
}
}Tool reference
Public tools work without any API key. Authenticated tools require your Lifsig API key.
Public tools — no auth required
get_product_infoFull Lifsig product overview, ontology, platforms, and features
get_pricingAll pricing plans (Free, Pro, Elite) with features and prices
get_templatesList all LifeOS templates with metadata
get_templateFull template detail: pillars, goals, habits, deep link
search_contentSearch templates and blog posts by keyword
Authenticated tools — API key required
get_life_graphYour life graph structure — pillars, goals, habits, projects (Free: 1 pillar, Pro: unlimited)
get_todayToday's priority focus queue — tasks scheduled for today (Free: 1 pillar, Pro: unlimited)
get_goalsGoals filtered by pillar or status (Free: top 3 goals, Pro: unlimited)
get_habitsHabits with completion tracking (Free: 1 pillar, Pro: unlimited)
get_projectsActive projects per pillar (Free: 1 pillar, Pro: unlimited)
add_capture⚡ Bi-directional action: Capture voice/text directly into your Lifsig inbox from Claude/Cursor
add_goal⚡ Bi-directional action: Create and schedule new strategic goals directly from your AI agent
log_habit⚡ Bi-directional action: Mark daily habits complete and increment your streak from your terminal
search_memories🧠 Semantic pgvector vector search across your personal principles, decisions, and encrypted memory graph
MCP Plan Limits & Access
Gated 3-Day Taste for testing with Claude/Cursor; unlimited execution on Pro & Elite.
Free 3-Day Taste
$0
- • 10 MCP calls total (testing limit)
- • 1 Primary Life Pillar (read-only summary)
- • Read today focus & top 3 goals
- • Public MCP discovery tools included
- • ❌ Write actions disabled (add_goal, log_habit)
- • ❌ Memory vector search disabled
Lifsig Pro
$14/mo (annual)
- • ⚡ Unlimited MCP tool executions
- • ⚡ All Life Pillars & Projects
- • ⚡ Full Bi-Directional Actions: add_capture, add_goal, log_habit
- • 🧠 pgvector Memory Search: search_memories
- • Claude Desktop, ChatGPT, Cursor & Windsurf 1-click sync
Lifsig Elite
$36/mo (annual)
- • Everything in Pro Tier
- • Dedicated Sub-100ms low-latency endpoint priority
- • Multi-agent strategic council simulations
- • 5-Year Life Map Trajectory Engine
- • 1-on-1 personalized Lifsig onboarding
Security
- • API keys are hashed (SHA-256) before storage — Lifsig never stores raw keys
- • All user data queries are isolated by user ID — no cross-user data access is possible
- • Revoke keys anytime in Lifsig app → Settings → Developer
- • Transport: HTTPS only. MCP spec 2025-11-05 (Streamable HTTP)
Questions? support@lifsig.com
