Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’» Developer Tools
  3. Aibolit MCP Server
Aibolit MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:01:47 PM

Aibolit MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository27 GitHub StarsTotal stargazers on GitHub for the source repository (27 stars).Visit Website
javacode-analysisrefactoringdeveloper-tools

Finds the most serious design flaw in a Java file so an AI agent can prioritize refactoring.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cqfn-aibolit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aibolit-mcp-server@0.0.6"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (1) Directory Badge Claim listing AlternativesšŸ’» More in Developer Tools

Overview

The cqfn/aibolit-mcp-server MCP server analyzes a Java file and identifies the single design issue most in need of immediate refactoring. It exposes the `find_the_most_critical_design_issue` tool, which reports the problem and its location while prioritizing maintainability, readability, coupling, and cohesion. It relies on the Aibolit analyzer and is useful when an AI coding agent needs direction beyond cosmetic code changes. The documented setup uses an npm package and supports Cursor and Windsurf.

Use cases

•Prioritize the first Java design issue to refactor
•Guide an AI agent away from cosmetic code cleanup
•Locate a serious maintainability problem in one Java file
•Review Java structure before making refactoring changes

Key features

•Analyzes one Java file
•Finds the most critical design flaw
•Reports the issue location
•Prioritizes maintainability and cohesion
•Works with Aibolit

Capabilities & Tool Schemas (1) ~121 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Aibolit MCP Server.

find_the_most_critical_design_issue

Analyze one Java file. Find the most serious design flaw. It must need immediate refactoring. Ignore cosmetic or minor issues. Fix the one problem that will best improve code quality. Code quality means maintainability, readability, loose coupling, and high cohesion. Point out the problem and where it is in the file.

How Aibolit MCP Server works

What the cqfn/aibolit-mcp-server MCP server does

The cqfn/aibolit-mcp-server MCP server gives an AI coding agent a focused recommendation for improving Java code. Rather than returning a broad list of small style concerns, it asks Aibolit to help select the most serious design problem in one Java file. The intended result is a clear refactoring target that can improve maintainability, readability, loose coupling, or high cohesion.

This is a good fit when an agent has been asked to make code better but needs help deciding where to start. It can direct the agent toward a structural problem that deserves attention before cosmetic cleanup.

How it works

The server exposes one MCP tool: find_the_most_critical_design_issue. The tool analyzes a single Java file, chooses the design flaw considered most critical, and identifies where that issue appears in the file. Its guidance is specifically intended to support immediate refactoring rather than minor or cosmetic changes.

The cqfn/aibolit-mcp-server MCP server uses Aibolit as the Java code analyzer. Aibolit must be installed separately and available in the environment, as shown by the README's aibolit --version check. The repository documentation describes using the server from AI coding environments, including Claude Code, Cursor, and Windsurf.

Setup and configuration

The documented npm command adds version 0.0.6 to Claude Code:

Terminal
claude mcp add aibolit npx aibolit-mcp-server@0.0.6

For direct non-interactive execution, the equivalent package runner invocation is npx -y aibolit-mcp-server@0.0.6. Before using the server, install Node, npm, Python, Pip, and Aibolit. Confirm the analyzer installation with:

bash
aibolit --version

The README also mentions Node 18+, npm, and GNU make for contributing and running the project's checks. Those development requirements are separate from the runtime analyzer dependency.

Tools and capabilities

The cqfn/aibolit-mcp-server MCP server provides:

  • find_the_most_critical_design_issue: examines one Java file, selects the most serious design flaw, and points to its location.
  • Refactoring prioritization based on maintainability, readability, loose coupling, and high cohesion.
  • Guidance designed to help an AI agent fix a significant design problem instead of focusing only on low-impact cleanup.

Limitations and notes

Analysis is described for one Java file at a time, so the available material does not establish project-wide analysis or multi-file issue tracking. Only one MCP tool is documented. The server identifies a problem and its location; the material does not promise that it applies the refactoring automatically.

The cqfn/aibolit-mcp-server MCP server requires the Aibolit analyzer in addition to its Node-based package. No environment variables, API credentials, hosted endpoint, or paid service are documented. The repository is marked as MIT licensed.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    šŸ’» Developer Tools8 views
    Compare vs Claude Task Master →
  • MCP Gopls logoMCP Gopls

    A MCP server for interacting with Go's Language Server Protocol (gopls) and benefit from advanced Go code analysis features.

    šŸ’» Developer Tools3 views
    Compare vs MCP Gopls →
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    šŸ’» Developer Tools16 views
    Compare vs Magic MCP →
  • Constellation logoConstellation

    Code Intelligence Platform for AI Coding Assistants

    šŸ’» Developer Tools2 views
    Compare vs Constellation →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
27
Stargazers on the source repository.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
1
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Aibolit MCP Server

Install Node, npm, Python, Pip, and Aibolit, then add version 0.0.6 with `claude mcp add aibolit npx aibolit-mcp-server@0.0.6`. Verify Aibolit with `aibolit --version`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAibolit MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cqfn-aibolit-mcp-server?style=directory)](https://allmcps.com/mcp/cqfn-aibolit-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/cqfn-aibolit-mcp-server"><img src="https://allmcps.com/api/badge/cqfn-aibolit-mcp-server?style=directory" alt="Aibolit MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’»Developer Tools
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor, Windsurf
Last updatedSep 7, 2026
11/11 checks healthy over the last 34d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars27
GitHub Star CountTotal stargazers on GitHub representing community popularity (27 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 7, 2026
57Quality signal: Good Ā· 57/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Ā· aibolit-mcp-server@0.0.6 (npm)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’» Developer Tools →Best MCP servers for Developers →Alternatives to Aibolit MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code