Easy Code Reader

Created By
FangYuan337 months ago
一个强大的 MCP (Model Context Protocol) 服务器,用于智能读取 Java 源代码。支持从 Maven 依赖和本地项目中提取源码,配备双反编译器(CFR/Fernflower)自动选择机制,智能处理 SNAPSHOT 版本,完美支持多模块项目,让 AI 助手能够深入理解你的 Java 代码库。
Overview

What is Easy Code Reader?

Easy Code Reader is a powerful MCP (Model Context Protocol) server designed for intelligently reading Java source code. It supports extracting source code from Maven dependencies and local projects, equipped with a dual decompiler (CFR/Fernflower) auto-selection mechanism, and intelligently handles SNAPSHOT versions, making it perfect for multi-module projects.

How to use Easy Code Reader?

To use Easy Code Reader, set up the MCP server with the required configurations and use the provided tools to read Java source code from local projects or Maven dependencies.

Key features of Easy Code Reader?

  • 📁 Local project code reading: Supports reading source code from local project directories, including multi-module Maven/Gradle projects.
  • 📋 Project listing functionality: Lists all projects in the directory for quick search and location, supporting fuzzy matching.
  • 🗂️ Intelligent file filtering: Automatically filters out test directories, compiled products, and IDE configurations, showing only source code and configuration files.
  • 🎯 Module focus mode: Allows listing files from specific subdirectories within a project.
  • 🤖 AI-friendly smart prompts: Provides intelligent error prompts to guide AI assistants in adjusting strategies when queries fail.
  • 📦 Source code reading from Maven repository: Automatically finds and reads source code from local Maven repositories.
  • 🔍 Intelligent source extraction: Prioritizes extracting source code from sources jar, falling back to decompiling class files if necessary.
  • 🛠️ Dual decompiler support: Automatically selects the best decompiler based on the Java version.
  • ⚡ Intelligent caching mechanism: Caches decompiled results to avoid redundant decompilation.
  • 🔄 SNAPSHOT version support: Smartly handles SNAPSHOT versions by finding the latest timestamped version.

Use cases of Easy Code Reader?

  1. Analyzing complex Java projects across multiple microservices.
  2. Reading source code from third-party libraries to understand implementation details.
  3. Quickly locating and reading specific Java classes or configuration files in large projects.

FAQ from Easy Code Reader?

  • Can Easy Code Reader read all Java projects?

Yes! It supports various Java projects, including multi-module Maven and Gradle projects.

  • Is Easy Code Reader free to use?

Yes! It is open-source and free for everyone.

  • How does Easy Code Reader handle SNAPSHOT versions?

It intelligently manages SNAPSHOT versions by automatically finding the latest timestamped version.

Server Config

{
  "mcpServers": {
    "easy-code-reader": {
      "command": "uvx",
      "args": [
        "easy-code-reader",
        "--maven-repo",
        "/custom/path/to/maven/repository",
        "--project-dir",
        "/path/to/projects"
      ],
      "env": {}
    }
  }
}
Project Info
Created At
7 months ago
Updated At
7 months ago
Author Name
FangYuan33
Star
-
Language
-
License
-

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago