Easy Code Reader
Created at a month ago
by FangYuan33
一个强大的 MCP (Model Context Protocol) 服务器,用于智能读取 Java 源代码。支持从 Maven 依赖和本地项目中提取源码,配备双反编译器(CFR/Fernflower)自动选择机制,智能处理 SNAPSHOT 版本,完美支持多模块项目,让 AI 助手能够深入理解你的 Java 代码库。
Categories
Tags
easy-code-reader
java-source-code
mcp-server
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?
- Analyzing complex Java projects across multiple microservices.
- Reading source code from third-party libraries to understand implementation details.
- 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.
View More
MCP Servers