MindDory MCP Server
Click on "Install 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., "@MindDory MCP ServerCapture 'voracious' from the last sentence."
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.
MindDory MCP Server
The official Model Context Protocol server for MindDory, an AI flashcard and vocabulary-learning app.
Connect MindDory to Claude (or any MCP-compatible client) and your AI becomes a language study partner: as you chat in a language you are learning, it captures the new words and phrases you meet into spaced-repetition flashcards, logs grammar mistakes for review, and can quiz you on whatever is due today — all scoped to your CEFR level and target language. Everything syncs with the MindDory apps (iOS, Android, and web at app.minddory.com).
It is transparent and opt-in: you connect MindDory yourself, and on its first reply the assistant tells you it is connected and will add new vocabulary as you chat. It never captures silently, and it answers honestly if you ask what it has saved.
Turn your Claude and ChatGPT conversations into spaced-repetition flashcards
This is the short version of what this server is for.
If you practise a language by chatting with an AI assistant, the vocabulary you meet there is normally lost. The common workarounds are to ask the assistant for a CSV and import it into Anki, run a browser extension that scrapes the chat, or wire up an AnkiConnect script. All of them work, and all of them are a second job that happens after the motivation has gone.
MindDory does it during the conversation instead. No copy and paste, no CSV export, no browser extension, no local script. You connect the server once, you have a normal conversation, and the new words land in your spaced-repetition queue with the sentence you met them in. Reviews are scheduled with SM-2, the same published algorithm Anki is built on.
Copyable example prompts and worked walkthroughs are in examples/, including a step-by-step comparison with the export workflow.
If you are choosing between tools: MindDory is built only for language vocabulary. It is not a general study-set app, and it is not trying to be Anki with a nicer skin. See MindDory vs Anki and MindDory vs Quizlet.
Related MCP server: langlearn-tts
Connection
Endpoint:
https://api.minddory.com/v1/brain/mcpTransport: streamable-http
Auth: OAuth 2.1 (magic-link sign-in)
Hosting: EU
Add to Claude
Settings → Connectors → Add custom connector → paste the endpoint URL above, then complete the magic-link sign-in. Setup guide: https://minddory.com/connect
Tools
Tool | Type | What it does |
| read | Load the learner profile + study-partner role for the conversation |
| read | CEFR level, target/native language, due-card count, weak words |
| read | Cards due now and within 24 hours |
| read | Words verified known via flashcard practice |
| read | Most frequently encountered words (frontier vocabulary) |
| read | Single card detail (translation, mastery, recent events) |
| read | Recent interaction log |
| write | Save a new word/phrase from chat into the deck |
| write | Log a grammar mistake into the Grammar Patterns view |
| write | Reinforce a word used correctly (SM-2 boost) |
| write | Down-weight a word the user got wrong (SM-2) |
| write | Append a lookup / discussion / read-in-context signal |
Read tools are annotated readOnlyHint; write tools mutate only the user's own
deck and are additive (destructiveHint: false).
Built on the proven SM-2 spaced-repetition algorithm. Free to connect; advanced spaced-repetition writes are part of MindDory Premium.
Troubleshooting
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.
"This tool requires an active MindDory Premium subscription" (HTTP 402). The write tools (
capture_word,capture_grammar_mistake,mark_demonstrated,mark_struggled,log_interaction) require MindDory Premium. Read tools work on the free tier. Upgrade in the app or at https://app.minddory.com.Tools don't appear after connecting. MCP clients cache the tool list; disconnect and reconnect the connector to refresh it.
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.
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.
Support: support@minddory.com
Links
Examples and prompts: examples/
Website: https://minddory.com
Web app: https://app.minddory.com
Connect guide: https://minddory.com/connect
Privacy policy: https://minddory.com/privacy-policy
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceConnects Claude to Anki flashcard software via AnkiConnect, enabling users to review due cards, create flashcards, and manage spaced repetition learning through natural language conversations.Last updated
- Alicense-qualityCmaintenanceEnables Claude to speak in 70+ languages, including pronunciation, audio flashcards, and full language lessons with tutor personas.Last updated1MIT
- Alicense-qualityDmaintenanceConnects your Plaud voice recorder to Claude, giving access to recordings, transcripts, and AI summaries so you can query your notes via natural language.Last updated9MIT
- AlicenseBqualityDmaintenanceConnects your Amazing Marvin productivity system with AI assistants like Claude for intelligent task management, enabling personalized productivity advice and seamless task operations.Last updated28MIT
Related MCP Connectors
Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hyneq00/minddory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server