Memory MCP Server
Persistent memory using a knowledge graph
MCP for building Japan-native websites with AI.
{
"mcpServers": {
"io-github-mrslbt-japan-ux": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP for building Japan-native websites with AI.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.mrslbt/japan-ux and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol server for Japanese web UX conventions. Generates and audits forms, typography, layout, trust signals, legal requirements, keigo, and seasonal design.
Ten tools, ten prompts, nine resources. Runs locally, no API keys.
claude mcp add japan-ux -- npx -y japan-ux-mcp
The server config is the same across clients; only the file path differs.
~/.claude/.mcp.json{
"mcpServers": {
"japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
}
}
~/.cursor/mcp.json{
"mcpServers": {
"japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
}
}
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
}
}
.vscode/mcp.json{
"servers": {
"japan-ux": { "type": "stdio", "command": "npx", "args": ["-y", "japan-ux-mcp"] }
}
}
Open Cline's MCP settings panel and add:
{
"mcpServers": {
"japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
}
}
claude_desktop_config.json{
"mcpServers": {
"japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
}
}
Config path:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/zed/settings.json{
"context_servers": {
"japan-ux": { "command": { "path": "npx", "args": ["-y", "japan-ux-mcp"] } }
}
}
git clone https://github.com/mrslbt/japan-ux-mcp.git
cd japan-ux-mcp
npm install && npm run build
Point the client config at the built entry:
{ "command": "node", "args": ["/absolute/path/to/japan-ux-mcp/dist/index.js"] }
| Tool | Description |
|---|---|
generate_jp_form | Outputs Japanese form markup: 姓/名 order, furigana, 〒 postal auto-fill, 3-field phone, 年月日 dates. |
validate_jp_form | Scores a form against JP conventions (0-100) with issues, severity, and code fixes. |
generate_jp_placeholder | Returns test data: names in kanji/katakana/romaji, real postal codes, formatted phone numbers, era dates. |
suggest_keigo_level | Converts English UI text to Japanese at the appropriate politeness level for a given business context. |
score_japan_readiness | Rates a page across five categories: forms, copy, trust signals, typography, cultural fit. |
transform_for_japan | Rewrites Western markup into Japan-ready markup with a before/after score and per-change explanations. |
check_jp_typography | Audits CSS for Japanese typography: font stacks, line-height, kinsoku shori, sizing, palt. |
get_seasonal_context | Returns the current season, active events, 24 microseasons (二十四節気), and launch blackout windows. |
audit_japan_ux | Seven-category audit (layout, typography, visual, navigation, trust, content, mobile) with a letter grade. |
design_direction_for_japan | Produces a Japan-specific design brief from brand type, audience, and industry. |
| Prompt | Description |
|---|---|
japan_form | Walks through building a Japanese form. |
japan_audit | Audits pasted markup fo |