Aibolit、Javaコードアナライザー用MCPサーバー
Claude Code 、 Cursor 、 WindsurfなどのAIエージェントをコードリファクタリングに使用している場合、このMCPサーバーを活用すると効果的です。AIエージェントに「コードをより良くしてほしい」と依頼すると、具体的に何を改善すべきか分からず、重要な問題を見逃してしまうことがよくあります。AIエージェントは、設計上、見た目の問題、つまり「簡単に解決できる問題」に重点を置く傾向があります。このMCPサーバーは、エージェントにコードにおける最も重要な設計上の問題のヒントを提供します。そして、エージェントはそれをリファクタリングして問題を修正します。
まず、 Node 、 Npm 、 Python 、 Pip 、 aibolitをインストールします。
次に、このMCPサーバーをClaude Codeに追加します (または、単に~/claude.json
を編集しますが、これはお勧めしません)。
次に、 Claude Codeを再起動して、次のようなことを要求します。「コード ベースで最も重要な設計上の問題を見つけて修正してください。」
貢献方法
このプロジェクトをテストするには、次のコマンドを実行するだけです ( Node 18+、 Npm 、 GNU makeがインストールされている必要があります)。
変更後にすべてが正しくビルドされた場合は、プル リクエストを送信します。
local-only server
The server can only run on the client's local machine because it depends on local resources.
コードの改善を求められたときに、見た目の問題だけに焦点を当てるのではなく、AI コーディング アシスタントがコード内の重要な設計上の問題を特定できるように支援するモデル コンテキスト プロトコル (MCP) サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enhances AI-generated code quality through comprehensive analysis across 10 critical dimensions, helping identify issues before they become problems.Last updated -155PythonApache 2.0
- -securityAlicense-qualityAn MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.Last updated -10PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.Last updated -73621TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides AI-powered security analysis and safety instruction tools. This server helps protect AI agents by providing security guidelines, content analysis, and cautionary instructions when interacting with various MCPs and external services.Last updated -374JavaScriptISC License