INDIVIDUAL MCP TOOL
get_recent_activity
Event log slice with optional surface filter and keyset pagination on answers.
LIVE ENDPOINT
https://api.minddory.com/v1/brain/mcp
Connect to this endpoint to inspect the live schema for get_recent_activity and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
get_user_profile— Profile snapshot: CEFR level, target/source languages, due card count, weak words, recent lookups.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.get_known_words— Words the user has verified known via flashcard practice.get_queue— Cards due now and due within the next 24 hours.get_card— Single card detail by word (case-insensitive).log_interaction— Append a generic interaction event to the answers log.mark_demonstrated— Confidence-weighted spaced-repetition boost when the user has used a word correctly: the card moves further out in the review schedule.mark_struggled— Spaced-repetition degrade for a word the user just got wrong: the card comes back sooner.