{
  "markdown": "# Dooit MCP server\n\n**This repo is metadata and docs, not source.** Dooit's MCP server is hosted —\nit runs as part of the Dooit app, and its code lives in the product repo. This\nrepo exists because the ecosystem assumes one: [`server.json`](server.json)\nwants a `repository`, aggregators key their claim flow off it, and directory\nentries are `owner/repo` shaped.\n\nDooit is a lightweight, keyboard-first personal task manager. The MCP server\nlets an agent read your board, agenda, projects and weekly/monthly/yearly\ngoals, then create, reschedule, complete, archive and delete tasks on your\nbehalf — in your own timezone, with your own permissions.\n\n## Connect\n\n```\nclaude mcp add --transport http dooit https://app.dooit.so/mcp\n```\n\nClaude Desktop, claude.ai, ChatGPT, Cursor and other clients take the same URL\nas a custom connector. Auth is OAuth 2.1 with dynamic client registration —\nthere is no API key.\n\nYou need a [Dooit account](https://app.dooit.so). Reads work on any account;\nwrites require an active subscription and are rate limited.\n\n## Docs\n\n- [MCP server page](https://dooit.so/mcp) — connection guide per client, tools, limits\n- [Agent guide](https://dooit.so/llm-info) — the same reference, written for LLMs\n- [Server card](https://app.dooit.so/.well-known/mcp/server-card.json)\n- [Skill](https://github.com/dooit-so/skill) — `npx skills add dooit-so/skill`\n\n## Tools\n\nContext: `get_board`, `get_agenda`\nTasks: `list_tasks`, `get_task`, `create_task`, `update_task`, `set_task_done`, `archive_task`, `delete_task`\nProjects: `create_project`, `update_project`\nGoals: `list_goals`, `create_goal`, `update_goal`\n\nCall `get_board` first — it returns today's date in the user's timezone plus\nthe status and project ids every write needs.\n\n## License\n\nMIT\n",
  "bytes": 1769,
  "sha": "59d1077bf9ad92995b9e98ecd65d22ee80523a8cb98238bef2706ef40cca9d31",
  "repo_slug": "dooit-so/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_so_dooit_mcp_1c807683/readme"
}