Skip to main content
Glama

Aibolit MCP Server

by cqfn

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

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

A Model Context Protocol (MCP) server that helps AI coding assistants identify critical design issues in code, rather than just focusing on cosmetic problems when asked to improve code.

  1. How to Contribute

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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 -
      1
      54
      Python
      Apache 2.0
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server that analyzes codebases and generates contextual prompts, making it easier for AI assistants to understand and work with code repositories.
      Last updated -
      10
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.
      Last updated -
      7
      7
      17
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      Model Context Protocol (MCP) server that provides AI assistants with advanced web research capabilities, including Google search integration, intelligent content extraction, and multi-source synthesis.
      Last updated -
      27
      2
      TypeScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/cqfn/aibolit-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server