Back to Catalog

aibolit-mcp-server

cqfn/aibolit-mcp-server
🔗 Latest commit:d76d79c
🕒 Updated:Aug 4, 2025, 09:35 AM
TypeScript
AI Tools

MCP Server for Aibolit Java Static Analyzer: Helping Your AI Agent Identify Hotspots for Refactoring

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score56/100
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:14
👥 Contributors:2
📋 Total Issues:8
📦 Has Releases:Yes
🔧 Has CI/CD Pipeline:Yes
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
3 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by gemini-2.5-flashFix
{
  "mcpServers": {
    "aibolit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aibolit-mcp-server@0.0.6"
      ],
      "env": {}
    }
  }
}
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/cqfn/aibolit-mcp-server)](https://archestra.ai/mcp-catalog/cqfn__aibolit-mcp-server)
README.md

MCP Server for Aibolit, Java Code Analyzer

DevOps By Rultor.com

make
codecov
Hits-of-Code
License

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 aibolit-mcp-server@0.0.6

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.

aibolit-mcp-server MCP Server | Documentation & Integration | Archestra