{
  "markdown": "# MindDory MCP Server\n\nThe official [Model Context Protocol](https://modelcontextprotocol.io) server for\n**[MindDory](https://minddory.com)**, an AI flashcard and vocabulary-learning app.\n\nConnect MindDory to Claude (or any MCP-compatible client) and your AI becomes a\nlanguage study partner: as you chat in a language you are learning, it captures the\nnew words and phrases you meet into spaced-repetition flashcards, logs grammar\nmistakes for review, and can quiz you on whatever is due today — all scoped to your\nCEFR level and target language. Everything syncs with the MindDory apps (iOS,\nAndroid, and web at [app.minddory.com](https://app.minddory.com)).\n\nIt is transparent and opt-in: you connect MindDory yourself, and on its first reply\nthe assistant tells you it is connected and will add new vocabulary as you chat. It\nnever captures silently, and it answers honestly if you ask what it has saved.\n\n## Turn your AI conversations into spaced-repetition flashcards\n\nThis is the short version of what this server is for.\n\nIf you practise a language by chatting with an AI assistant, the vocabulary you\nmeet there is normally lost. The common workarounds are to ask the assistant for\na CSV and import it into Anki, run a browser extension that scrapes the chat, or\nwire up an AnkiConnect script. All of them work, and all of them are a second job\nthat happens after the motivation has gone.\n\nMindDory does it during the conversation instead. **No copy and paste, no CSV\nexport, no browser extension, no local script.** You connect the server once, you\nhave a normal conversation, and the new words land in your spaced-repetition\nqueue with the sentence you met them in. A word you failed comes back in an hour,\na hard one in three days, one you knew in a week.\n\nCopyable example prompts and worked walkthroughs, one file each:\n\n- [01. Capture words while chatting](examples/01-capture-words-while-chatting.md)\n- [02. Review what is due, in the chat](examples/02-review-what-is-due.md)\n- [03. Log grammar mistakes as a reviewable pattern](examples/03-log-grammar-mistakes.md)\n- [04. Compared with the copy-and-paste workflow](examples/04-compared-with-copy-paste.md)\n\nThey are also collected in [examples/README.md](examples/README.md).\n\nIf you are choosing between tools: MindDory is built only for language\nvocabulary. It is not a general study-set app, and it is not trying to be Anki\nwith a nicer skin. See [MindDory vs Anki](https://minddory.com/vs-anki) and\n[MindDory vs Quizlet](https://minddory.com/vs-quizlet).\n\n## Connection\n\n- **Endpoint:** `https://api.minddory.com/v1/brain/mcp`\n- **Transport:** streamable-http\n- **Auth:** OAuth 2.1 (magic-link sign-in)\n- **Hosting:** EU\n\n### Add to Claude\n\nSettings → Connectors → **Add custom connector** → paste the endpoint URL above,\nthen complete the magic-link sign-in. Setup guide: https://minddory.com/connect\n\n## Tools\n\n| Tool | Type | What it does |\n| --- | --- | --- |\n| `get_system_instructions` | read | Load the learner profile + study-partner role for the conversation |\n| `get_user_profile` | read | CEFR level, target/native language, due-card count, weak words |\n| `get_queue` | read | Cards due now and within 24 hours |\n| `get_known_words` | read | Words verified known via flashcard practice |\n| `get_active_vocab` | read | Most frequently encountered words (frontier vocabulary) |\n| `check_words` | read | Batch check: which of these words are already in the deck, and how well are they known |\n| `get_card` | read | Single card detail (translation, mastery, recent events) |\n| `get_recent_activity` | read | Recent interaction log |\n| `capture_word` | write | Save a new word/phrase from chat into the deck |\n| `capture_grammar_mistake` | write | Log a grammar mistake into the Grammar Patterns view |\n| `mark_demonstrated` | write | Reinforce a word used correctly (pushes its next review out) |\n| `mark_struggled` | write | Down-weight a word the user got wrong (brings its next review forward) |\n| `log_interaction` | write | Append a lookup / discussion / read-in-context signal |\n\nRead tools are annotated `readOnlyHint`; write tools mutate only the user's own\ndeck and are additive (`destructiveHint: false`).\n\nBuilt on spaced repetition with difficulty-based intervals. Free to connect and\nfree to use: every tool, including the two that reschedule a card. MindDory\nPremium buys the in-app AI features, not this.\n\n## Troubleshooting\n\n- **No sign-in email / can't authorize.** Connecting sends a one-time magic link to your MindDory account email. Check spam, and use the same email as your MindDory account. Links expire after a short window; reconnect to get a fresh one.\n- **\"This tool requires an active MindDory Premium subscription\" (HTTP 402).** No tool returns this any more. Every MCP tool is free as of 2026-08-20, including the two that move a card in the spaced-repetition schedule. If you still see a 402, your client is caching an old tool list: disconnect and reconnect the connector.\n- **Tools don't appear after connecting.** MCP clients cache the tool list; disconnect and reconnect the connector to refresh it.\n- **Captured words aren't in the app.** New words sync to the \"Chat Discoveries\" folder. Re-open or pull-to-refresh the app, and confirm you're signed into the same account.\n- **Wrong language captured.** Capture is scoped to a language code; if a word lands under the wrong language, tell the assistant the correct language and it will recapture.\n\nSupport: support@minddory.com\n\n## Links\n\n- Examples and prompts: [examples/README.md](examples/README.md)\n- Website: https://minddory.com\n- Web app: https://app.minddory.com\n- Connect guide: https://minddory.com/connect\n- Privacy policy: https://minddory.com/privacy-policy\n",
  "bytes": 5737,
  "sha": "9ded607be009011c9eeda2782d5180fff056c65c6198117a729a7ca71b58d890",
  "repo_slug": "hyneq00/minddory-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_minddory_brain_23c4eb41/readme"
}