nen-mcp-server

DovahkiinYuzuko/nen-mcp-server
★ 1 stars Rust 🤖 AI/LLM Updated 1d ago
[ENG] A Gemini CLI Extension / MCP Server that completely resolves character encoding issues (e.g., Shift-JIS) in Windows CLI environments, enabling AI to accurately parse non-English documents. [JPN] Windows環境の文字化け(Shift-JIS等)を完全に防ぎ、AIが非英語圏のコードや文書を正確に解析できるようにするGemini CLI向けのMCP拡張機能です。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nen-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "nen-mcp-server"
      ]
    }
  }
}

Topics

encodinggemini-cli-extensionmcp-serverrusttree-sitterwindows