Back to MCP Servers
Aibolit
Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better'
developer-toolsaiagent
By cqfn
Installation
npx -y aibolit-mcp-serverConfiguration
{
"mcpServers": {
"aibolit-mcp-server": {
"command": "npx",
"args": ["-y", "aibolit-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes