← Guide

Connect Claude (MCP)

Claude reads and manages your tasks, goals, and memos — through the Fecit MCP server.

What is this?

Fecit runs an MCP (Model Context Protocol) server. Connect it to Claude and your conversations gain direct access to your Fecit data — Claude lists today's tasks, creates new ones, marks them done, writes into your goals, and searches your memos. All on your account, with your permission.

Because Fecit structures so much of your thinking — a project carries its target, expectation, obstacles, stakes, result, and retrospect — Claude gets far more than a checklist. It sees why a goal matters and what stands in the way, and helps you write the parts you haven't filled in yet.

Connector URL

https://fecit.vaudium.net/api/mcp

How to connect

Claude (web / desktop / mobile)

  1. Open Settings → Connectors on claude.ai
  2. Choose Add custom connector and paste the URL above
  3. Sign in with your Fecit account (Google or Apple) and allow access

Claude Code

claude mcp add --transport http fecit https://fecit.vaudium.net/api/mcp

What Claude can do

  • "What's on my plate today?" — lists and filters your task records
  • "Add a task to prep the demo by Friday" — creates and schedules tasks
  • "Mark the gym task done, satisfaction 4" — changes state and rates it
  • "Help me write the retrospect for this project" — reads the goal's target and result, drafts with you
  • "What did I note about the kitchen renovation?" — searches memos
  • "Write today's daily review" — fills in your review for the day

Access and security

  • The connection uses OAuth — you sign in on a Fecit page and explicitly allow access. Your password is never shared with Claude.
  • Claude only reaches your own data, under the same permissions as the app.
  • Remove the connector in Claude's settings at any time to revoke access.

Troubleshooting

  • Connection fails or errors out. Remove the connector and add it again with the exact URL above, and be sure to finish the Fecit sign-in and tap Allow.
  • Tools don't show up. Reconnect from Settings → Connectors (disconnect, then add again) — the tool list loads after a successful sign-in.
  • "I can't find that task or project." Ask Claude to list or search first ("list my tasks", "find the project about X") — it looks items up by name, then acts.
  • Dates or times look off. Claude works in your local timezone; if it guesses wrong, tell it your timezone or give an explicit date and time.
  • Acting on the wrong account. The connector uses whichever Fecit account you signed in with. Remove it and reconnect to switch accounts.
  • Revoke access. Remove the connector in Claude's settings — it takes effect immediately.

Developer reference

Building against the server, or want the full tool list? See theMCP Server Reference— connection, OAuth, and every tool with its parameters.