MCP Server for Aibolit, Java Code Analyzer
If you use AI agents, such as Claude Code, Cursor, or Windsurf, for code refactoring, you may enjoy using this MCP server. Your AI agent, when you ask it to "make code better," may wonder what exactly needs to be improved. Sadly, it may often overlook important problems. AI agents, by design, pay more attention to cosmetic issues, which are "low-hanging fruits" for them. This MCP server will give your agent a hint: what is the most critical design issue in the code. Then, the agent will refactor it and fix the issue.
First, install Node, Npm, Python, Pip, and aibolit:
aibolit --version
Then, add this MCP server to Claude Code
(or simply edit ~/claude.json, but it's not recommended):
claude mcp add aibolit npx [email protected]
Then, restart Claude Code and ask it something along these lines: "Find the most critical design issue in my code base and fix it."
How to Contribute
To test this project, simply run the following commands (you'll need Node 18+, Npm, and GNU make installed):
npm install
make
If everything builds correctly after your changes, submit a pull request.
Recommend MCP Servers 💡
godot-rag
An MCP server designed to provide Godot documentation as context for a Godot RAG model.
apple-reminders
A Model Context Protocol (MCP) server that provides native integration with Apple Reminders on macOS. This server allows you to interact with Apple Reminders through a standardized interface.
@razvanmacovei/k8s-multicluster-mcp
An MCP server for Kubernetes operations, providing a standardized API to interact with multiple Kubernetes clusters using multiple kubeconfig files.
fulcra-context-mcp
An MCP server for accessing Fulcra Context data via the Fulcra API
@dwarvesf/mcp-playbook
An MCP server for managing project documentation and saving conversation logs within a user-specified target project directory.
@imprvhub/mcp-claude-spotify
An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).