mcpserver.lol
registry/hyneq00-brain
Connection check verified live · 20h ago

hyneq00-brain

Free: turn your AI chats into spaced-repetition vocabulary. 13 tools, reads and writes.

Tools 13
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http
Last checked 20h ago

Tools & capabilities

13 tools

Read from the running server on 20h ago.

capture_grammar_mistake languser_text*correction*error_typeexplanation
Log a grammar mistake the user just made in the target language, creating a grammar point in their Minddory deck. Use it proactively whenever the user writes a target-language sent…
capture_word langwordglosswordscontextsource_lang
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).…
check_words read-only langwords*
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. Use this BEFORE glossing or capturing voc…
get_active_vocab read-only langlimitlookback_days
Get the user's most actively encountered target-language words (from past capture_word + log_interaction events), ranked by frequency over a lookback window. Use to surface "fronti…
get_card read-only langword*
Single card detail by word (case-insensitive). Returns translation, mastery, and last 10 events.
get_known_words read-only langlimitcursor
Words the user has verified known via flashcard practice. Paginated keyset on flashcards.id.
get_queue read-only maxlang
Cards due now and due within the next 24 hours.
get_recent_activity read-only limitcursorsurface
Event log slice with optional surface filter and keyset pagination on answers.id.
get_system_instructions read-only lang
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/s…
get_user_profile read-only lang
Profile snapshot: CEFR level, target/source languages, due card count, weak words, recent lookups. Pass `lang` to scope the snapshot to one learning language (for users learning se…
log_interaction langtype*word*metadata
Append a generic interaction event to the answers log. Use for lookups, AI discussions, and reading-in-context signals.
mark_demonstrated langword*sourcecontextconfidence*
Confidence-weighted spaced-repetition boost when the user has used a word correctly: the card moves further out in the review schedule. Logs an answer row even if no flashcard exis…
mark_struggled langword*sourcecontext
Spaced-repetition degrade for a word the user just got wrong: the card comes back sooner. ease_factor drops, interval resets, repetitions reset.