Learning Resources
minddory.com
MindDory is an AI-powered flashcard app that uses spaced repetition to help users learn and retain vocabulary.
ENDPOINT 1
https://api.minddory.com/v1/brain/mcp
MCP server metadata
- Name
- minddory-brain
- Version
- 1.0.0
Known tools 13
get_user_profileProfile snapshot: CEFR level, target/source languages, due card count, weak words, recent lookups.
Inferred read-onlyget_system_instructionsCall this at the START of every new conversation, before your first reply, to load the user's Minddory setup and your role as their proactive language partner: CEFR level, target/source languages, due-card count, weak words, and how to capture.
Inferred read-onlyget_recent_activityEvent log slice with optional surface filter and keyset pagination on answers.
Inferred read-onlymark_demonstratedConfidence-weighted spaced-repetition boost when the user has used a word correctly: the card moves further out in the review schedule.
Inferred read-onlymark_struggledSpaced-repetition degrade for a word the user just got wrong: the card comes back sooner.
Inferred read-onlycapture_wordCapture a target-language word or phrase to the user's Minddory vocabulary deck (a flashcard in the "Chat Discoveries" folder when the word is new, otherwise a context encounter).
Inferred read-onlycapture_grammar_mistakeLog a grammar mistake the user just made in the target language, creating a grammar point in their Minddory deck.
Inferred read-onlyget_active_vocabGet the user's most actively encountered target-language words (from past capture_word + log_interaction events), ranked by frequency over a lookback window.
Inferred read-onlycheck_wordsBatch lookup: for a list of target-language words, tell me which ones are already in the user's Minddory deck and how well they know each.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.minddory-brain]
url = "https://api.minddory.com/v1/brain/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"minddory-brain": {
"type": "http",
"url": "https://api.minddory.com/v1/brain/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: minddory-brain
Remote MCP URL: https://api.minddory.com/v1/brain/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"minddory-brain": {
"url": "https://api.minddory.com/v1/brain/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"minddory-brain": {
"type": "http",
"url": "https://api.minddory.com/v1/brain/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "minddory-brain",
"transport": "streamable-http",
"url": "https://api.minddory.com/v1/brain/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for minddory.com was fetched 2026-07-27T17:03:13.633Z and is being refreshed.
minddory.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.