japanese-learning-memory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAPANESE_LEARNING_MCP_DB | No | Path to the SQLite database file. If not set, defaults to data/japanese_learning.db in the project directory. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_itemsC | Search personal Japanese knowledge items with optional filters. |
| upsert_itemC | Create or update an exact normalized-expression and item-type match. |
| add_relationA | Add a validated relation between two existing knowledge items. |
| record_mistakeB | Append one learning mistake without deduplicating history. |
| get_due_reviewsA | Return due reviews and new learning items; this query never mutates data. |
| submit_reviewA | Save review history, schedule the next review, and conservatively update mastery. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review_today | Guide a focused daily review session. |
| analyze_confusion | Guide analysis of confusable Japanese expressions. |
| finish_speaking_session | Guide post-session speaking feedback and persistence. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| profile | Stable personal learning profile. |
| stats | Aggregate knowledge, mistake, due-review, and weakest-item statistics. |
| recent_mistakes | The 20 most recent learning mistakes. |
| due_today | Reviews due by the end of the current UTC day. |
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/hinoyayoi/japanese-learning-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server