Anneal MCP Server
Adds the Anneal endpoint to Gemini CLI/Spark, giving Gemini typed tools for habits, task tracking, syllabus generation, and FSRS-5 flashcard scheduling.
Registers Anneal as a remote tool/connected app in ChatGPT with OAuth 2.1 authorization, enabling the model to manipulate the user's habits, tasks, and study retention data.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Anneal MCP Serverlog today's workout and show me my current streak"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Anneal MCP Server
Official Model Context Protocol Remote Server for the Anneal Personal Operating System
Connect Claude, ChatGPT, Gemini, and Cursor directly to your unified personal OS — habits, task lifecycles, and FSRS-5 spaced repetition retention in a single append-only ledger.
Instant 1-Click AI Client Integrations
Live Web Application · Server Endpoint · Architecture Guide · Submit Feedback
What is Anneal MCP?
The Anneal Model Context Protocol (MCP) Server is an enterprise-grade remote integration endpoint that allows frontier AI models (Anthropic Claude, OpenAI ChatGPT, Google Gemini, and Cursor) to read, record, and optimize your personal data stream.
Unlike fragmented tools that isolate your tasks in one app, your habits in another, and your study revision in a third, Anneal unifies all three disciplines in a single, append-only event ledger. Through this server, AI agents act directly on your behalf:
Habits Engine: Query adherence, log completions, calculate streaks, and project behavioral velocity.
Task Lifecycle: Organize deadlines, prioritize discrete deliverables, and record completed tasks with zero modal friction.
Cognitive Retention Engine: Generate comprehensive academic syllabi, create flashcard decks, and schedule optimal review intervals powered by FSRS-5 (Free Spaced Repetition Scheduler).
Related MCP server: Tududi MCP Server
Competitive Architecture Benchmark
Why frontier AI agents perform better with Anneal MCP compared to legacy productivity integrations:
Capability | Anneal MCP Server | Legacy Habit Trackers | Anki-Connect MCP | Notion MCP |
Unified Data Substrate | Habits + Tasks + Study in 1 Event Log | Habits only | Flashcards only | Generic unstructured text |
Spaced Repetition Engine | FSRS-5 (Fitted 9-parameter matrix) | None | SM-2 (1987 fixed heuristic) | None |
Protocol Transport | Streamable HTTP (Edge Native) | Webhook / Polling | Local socket only (Port 8765) | REST polling |
AI Tool Catalog | 102 typed tools across 5 modules | 3–8 basic tools | ~15 flashcard tools | ~10 block tools |
Cloud-Native 1-Click Connect | Yes (Claude modal & ChatGPT OAuth) | No (Manual API keys) | No (Requires desktop app open) | Multi-step OAuth dance |
Data Integrity Model | Append-only ledger (Zero data loss) | Destructive overwrites | SQLite local mutability | Block overwrite conflicts |
Execution Latency | < 25 ms typical response budget | Variable (> 300 ms) | Desktop dependent | > 400 ms API roundtrip |
Technical Specifications
Parameter | Specification | Standard / RFC |
Canonical Endpoint |
| RFC 3986 Uniform Resource Identifier |
Protocol Version |
| Model Context Protocol Specification |
Transport Layer |
| W3C Server-Sent Events |
Authentication Standard | OAuth 2.1 with PKCE (Proof Key for Code Exchange) | RFC 7636 / RFC 6749 |
Discovery Routes |
| RFC 8414 OAuth 2.0 Authorization Server Metadata |
CORS & CORP Policy |
| W3C Cross-Origin Resource Policy |
Data Isolation | Composite Foreign Keys ( | Strict Multi-Tenant Row-Level Security |
Client Setup Guides
1. Anthropic Claude (Web & Desktop)
A. Claude.ai Web Interface (1-Click)
Click the 1-Click Claude Connect deep-link.
Claude.ai will open the Add custom connector modal with name
Annealand the production URL pre-filled.Click Add, grant consent, and start using Anneal tools in any conversation.
B. Claude Desktop (claude_desktop_config.json)
Add the following entry to your configuration file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"anneal": {
"url": "https://anneal-os.vercel.app/api/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_ANNEAL_API_KEY"
}
}
}
}2. OpenAI ChatGPT
Navigate to ChatGPT Settings → Connected Apps / Plugins.
Click Add Remote Tool / Plugin.
Input server endpoint:
https://anneal-os.vercel.app/api/mcpAuthenticate via standard OAuth 2.1 consent screen.
3. Google Gemini & Gemini Spark
Install directly via the Gemini CLI:
gemini mcp add anneal https://anneal-os.vercel.app/api/mcpGemini Spark Note: Anneal includes automatic Protobuf payload sanitization to prevent gRPC 13 schema exceptions.
4. Cursor & Windsurf IDEs
Install using the Smithery package runner:
npx -y @smithery/cli install @imsovikde/anneal --client claude5. Cline / Roo Code / Continue.dev
Add the remote HTTP endpoint to your IDE extension settings:
{
"name": "anneal",
"url": "https://anneal-os.vercel.app/api/mcp",
"type": "streamable-http"
}Tool Catalog & Modules (102 Tools)
Anneal exposes 102 typed tools organized across 5 domain modules:
┌─────────────────────────────────────────────────────────────────────────────┐
│ ANNEAL MCP TOOL MODULES │
├─────────────────────┬──────────────────────┬────────────────────────────────┤
│ DOMAIN │ PRIMARY CAPABILITIES │ REPRESENTATIVE TOOL SIGNATURES │
├─────────────────────┼──────────────────────┼────────────────────────────────┤
│ habits │ Habit Formation │ create_habit, log_habit, │
│ │ & Adherence Analysis │ get_habit_streaks, list_habits │
├─────────────────────┼──────────────────────┼────────────────────────────────┤
│ study │ FSRS-5 Retention │ create_card, review_card, │
│ │ & Memory Scheduling │ get_due_cards, calculate_fsrs │
├─────────────────────┼──────────────────────┼────────────────────────────────┤
│ library │ Syllabi, Folders │ create_deck, generate_syllabus,│
│ │ & Deck Architecture │ list_folders, move_cards │
├─────────────────────┼──────────────────────┼────────────────────────────────┤
│ account │ Identity, Storage, │ get_profile, export_account, │
│ │ & Privacy Scopes │ audit_log, inspect_quota │
├─────────────────────┼──────────────────────┼────────────────────────────────┤
│ meta │ Diagnostics & Tools │ list_tools, inspect_manifest, │
│ │ Introspection │ get_capabilities │
└─────────────────────┴──────────────────────┴────────────────────────────────┘AI Agent Prompt Cookbook
Copy and paste these verified interaction recipes into Claude, ChatGPT, or Gemini:
Scenario 1: Habit Tracking & Reflection
"Inspect my Anneal habits for the past 14 days. Show my current streaks, identify any habit at risk of lapse, and log a 45-minute meditation session for today."
Scenario 2: FSRS-5 Spaced Repetition Review
"Check Anneal for all flashcards due for review today in my 'Machine Learning' deck. Test me one card at a time, grade my answers, and record my recall rating using FSRS-5."
Scenario 3: Automated Syllabus Generation
"I need to master Linear Algebra in 6 weeks. Generate a structured syllabus in Anneal with daily study targets, create flashcard decks for each chapter, and schedule initial retention reviews."
Frequently Asked Questions (FAQ)
How does Anneal protect user privacy during AI interactions?
Anneal implements zero-trust authorization. All requests are authenticated via OAuth 2.1 with PKCE. Tools only operate within the authenticated user's ActorContext. No database credentials or cross-tenant records are ever accessible.
Does Anneal delete historical logs when habits or tasks are removed?
No. Anneal uses an immutable append-only event ledger. Deletions create tombstone markers, and updates record forward pointers (supersedesId). Historical records remain intact for longitudinal data visualization.
What spaced repetition model does Anneal use?
Anneal uses FSRS-5 (Free Spaced Repetition Scheduler), an advanced 9-parameter memory algorithm that models memory stability and retrievability based on cognitive decay curves, outperforming legacy SM-2 models by over 18%.
Registry Indexing & Discovery
Anneal MCP is published and indexed across primary registries:
Model Context Protocol Registry:
modelcontextprotocol/registryviaserver.jsonSmithery:
smithery.aiviasmithery.yamlGoogle Gemini Extensions: via
gemini-extension.json
License
This MCP distribution repository and its client manifests are licensed under the MIT License.
This server cannot be deployed
Related MCP Connectors
ADHD system of record for agents: tasks, goals, loops, calendar, focus stats.
Truth-validated, SHA-512-sealed AI memory for Claude & Cursor. Free tier, OAuth, 38 tools.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
ADHD-friendly tasks, notes & projects for LucidNest - 18 tools, scoped tokens, Streamable HTTP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAI-native productivity backend that gives your AI assistant persistent memory, pattern awareness, and computed intelligence about your work. 14 MCP tools for task management, daily planning, weekly review, and personal context.MIT
- AlicenseNot gradedqualityFmaintenanceConnects AI assistants to the Tududi productivity platform to manage tasks, projects, and notes using GTD methodology. It provides a standardized interface for LLMs to read and manipulate data through a suite of over 25 tools and resources.1MIT
- AlicenseAqualityAmaintenanceTurn any calendar, contact book, or task list into an AI-orchestrated system. Platform-independent via CalDAV/CardDAV works with Nextcloud, Baikal, Fastmail, and any standards-compliant DAV server. 26 tools with field-agnostic updates.2723231MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to read and write to a personal knowledge vault of markdown notes, projects, and tasks, with tooling for search, capture, daily logs, and project management across different AI tools.MIT