← Registry

Learning Resources

minddory.com

MindDory is an AI-powered flashcard app that uses spaced repetition to help users learn and retain vocabulary.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.minddory.com/v1/brain/mcp

No auth detected

MCP server metadata

Name
minddory-brain
Version
1.0.0
Capabilities
toolsprompts

Known tools 13

get_user_profile

Profile snapshot: CEFR level, target/source languages, due card count, weak words, recent lookups.

Inferred read-only
get_system_instructions

Call 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-only
get_known_words

Words the user has verified known via flashcard practice.

Inferred read-only
get_queue

Cards due now and due within the next 24 hours.

Inferred read-only
get_card

Single card detail by word (case-insensitive).

Inferred read-only
get_recent_activity

Event log slice with optional surface filter and keyset pagination on answers.

Inferred read-only
log_interaction

Append a generic interaction event to the answers log.

Inferred read-only
mark_demonstrated

Confidence-weighted spaced-repetition boost when the user has used a word correctly: the card moves further out in the review schedule.

Inferred read-only
mark_struggled

Spaced-repetition degrade for a word the user just got wrong: the card comes back sooner.

Inferred read-only
capture_word

Capture 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-only
capture_grammar_mistake

Log a grammar mistake the user just made in the target language, creating a grammar point in their Minddory deck.

Inferred read-only
get_active_vocab

Get 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-only
check_words

Batch 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-only

CONNECT 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.

Trust status Trusted

minddory.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.