Sensei
Integrates with Hermes Agent as a compact MCP server and on-demand skill, providing tools for Japanese language diagnostics, gap analysis, and remediation through Hermes' narrow-waist architecture.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Senseianalyze my gaps for JLPT N3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sensei
Sensei is a local-first Japanese gap-analysis and remediation system. It consumes os-taxonomy-japanese as read-only curriculum input, measures a learner through adaptive probes and confirmed highlights from real reading, renders known/fragile/unknown/untested heatmaps, and produces the smallest prerequisite-aware study queue supported by the evidence.
It is both:
a standalone bilingual light/dark web application;
a compact MCP server plus Agent Skills-compatible workflow for Hermes Agent.
Sensei does not write learner state back into the taxonomy.
Product loop
Start with a weak prior from self-report and optional JLPT/BJT history.
Choose a broad baseline, a targeted capability set, or an exam’s blind spots.
Adaptively probe kanji, vocabulary, grammar, and broad communicative capabilities.
Record recognition, recall, production, and transfer evidence separately.
Render mastery, evaluator confidence, durability, and recency.
Trace weak or untested prerequisites that block the learner’s target.
Recommend a bounded queue containing the learning action, success evidence, and retest.
Accept highlighted page scans, have Hermes propose the marked spans, and add only learner-confirmed vocabulary, kanji, or grammar holes to a personal reading queue.
Passing JLPT N1 is treated as evidence about a receptive/test-aligned slice—not as proof of productive Japanese.
Related MCP server: Knowledge Graph MCP Server
Run locally
Requires Node.js 20 or newer and a sibling os-taxonomy-japanese checkout.
git clone https://github.com/jethac/hermes-sensei.git
cd hermes-sensei
npm install
npm test
npm run validate
npm run serveOpen http://127.0.0.1:4186/.
For a populated demonstration:
npm run seed:demo
npm run serveThen open http://127.0.0.1:4186/?learner=demo.
To turn real reading into gap evidence, upload highlighted PNG, JPEG, or WebP pages in the web app, then tell Hermes: “Process my Sensei scan inbox.” Review the proposed spans in Hermes or the web app. You can also attach an image directly to a vision-capable Hermes conversation; the supplied skill records it as a virtual scan batch.
Override paths when the projects are not siblings:
$env:SENSEI_TAXONOMY_PATH = "D:\data\os-taxonomy-japanese"
$env:SENSEI_STATE_PATH = "D:\private\sensei-state"
npm run serveHermes Agent
Sensei follows Hermes’s narrow-waist guidance: domain capability lives in an external MCP server and an on-demand skill rather than modifying Hermes core.
npm run hermes:configMerge the emitted blocks into ~/.hermes/config.yaml, then run:
hermes mcp test senseiRestart Hermes or use /reload-mcp. The skill is available as /sensei when the supplied skill directory is configured.
The MCP server exposes nine focused tools:
Tool | Purpose |
| Resolve a natural-language goal to stable capability IDs. |
| Create a bounded session and return the first probe. |
| Return the pending or next high-information probe. |
| Persist a conservative evaluation. |
| Return gaps and a prerequisite-aware remediation queue. |
| List local scan jobs and review status. |
| Return one private scan as an MCP image result. |
| Store visual/OCR proposals without changing mastery. |
| Confirm corrected observations or reject false detections. |
The web app and Hermes use the same deterministic core and learner files. See Hermes integration.
Repository layout
src/core/ Taxonomy import, evidence store, mastery, diagnostics, planning
src/mcp/ Hermes-compatible stdio MCP server
src/web/ Standalone learner UI
src/http.mjs Local JSON/static HTTP adapter
integrations/hermes/ Skill package and config example
schema/ Versioned learner-state contract
scripts/ Validation, demo seeding, config output
test/ Core, HTTP, and end-to-end MCP tests
docs/ Architecture, model, integration, and security decisionsEvidence semantics
known: strong estimate, adequate confidence, and appropriate durability evidence;fragile: partial knowledge, low confidence, or no production/transfer proof;unknown: evidence supports a real gap;untested: measure before prescribing study.
Exam history changes only a prior. Recognition alone cannot establish a broad capability. Kanji/vocabulary evidence can inform a capability estimate without falsely marking the capability as directly tested.
Read the mastery model for the current weighting and status rules.
Current seed limits
The taxonomy contributes 33 capabilities, 1,001 adult-L2 topics, 1,984 L2 prerequisite edges, 80 populated kanji records, 475 unique vocabulary records, and 105 non-spiral grammar topics. The companion inventories are deliberately incomplete seeds. Confirmed reading highlights extend them with a learner-owned vocabulary, kanji, and grammar inventory rather than pretending the seed is comprehensive.
The current estimator is transparent and tested, but not psychometrically calibrated against a learner population. Agent-evaluated production is only as reliable as its rubric application and should retain evaluator confidence.
Privacy and deployment
Learner files and uploaded scans live under .sensei/ by default and are excluded from source control. Scan bytes are signature-checked, size-limited, and addressable only through server-generated IDs; OCR proposals require learner confirmation. The HTTP server binds only to 127.0.0.1 and has no authentication; do not expose it publicly without adding a real security boundary. See security and privacy.
License
Sensei’s original code and documentation are released under the MIT License. The upstream taxonomy and its source metadata retain their own provenance and licensing boundaries.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/jethac/hermes-sensei'
If you have feedback or need assistance with the MCP directory API, please join our Discord server