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
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago