easy-code-reader

FangYuan33/easy-code-reader
★ 129 stars Python 💻 Code/Dev Tools Updated 1mo ago
A powerful MCP server for intelligently reading Java source code (For Jar and local project).
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": {
    "easy-code-reader": {
      "command": "uvx",
      "args": [
        "easy-code-reader"
      ]
    }
  }
}

Or install with pip: pip install easy-code-reader