Integrations
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がインストールされている必要があります)。
変更後にすべてが正しくビルドされた場合は、プル リクエストを送信します。
You must be authenticated.
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
- -securityFlicense-qualityImplements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.Last updated -90Python
- -securityAlicense-qualityA Model Context Protocol (MCP) server that wraps the dbt CLI tool, enabling AI coding agents to interact with dbt projects through standardized MCP tools. Developed by Mammoth Growth.Last updated -8PythonMIT License
- -securityAlicense-qualityA 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 -3PythonApache 2.0
- -securityAlicense-qualityA Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata.Last updated -471JavaScriptMIT License