How to Use the Code Climate MCP in Claude Code
Run Claude Code to query Code Climate metrics and audit repository quality straight from your terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Code Climate MCP to Claude Code
Create your Vinkius account to connect Code Climate to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query repository health with this MCP Server
Keep your hands on the keyboard. Claude Code uses `list_codeclimate_repositories` to fetch your active projects and checks their overall health with `get_repository_code_quality`. This terminal-based MCP Server integration means you don't have to open a browser to check if your latest commit tanked the repository grade. You get instant feedback in your shell.
Audit snapshot issues and test coverage via CLI
When debugging a regression, Claude Code calls `list_repository_snapshots` to find the breaking change. It uses `list_snapshot_code_issues` to list the exact code smells introduced in that build. It also pulls coverage metrics via `list_repository_test_reports` to see if a lack of tests caused the drop. You can pipe this output directly into other command-line tools.
Manage webhooks and profiles from your shell
Verify your integration pipeline without digging through web settings. The CLI client uses `list_codeclimate_webhooks` to check which third-party integrations are actively listening to your repository events. It also runs `get_my_codeclimate_profile` to quickly check your API limits and current user scope. This keeps your automated scripts running smoothly without permission surprises.
Set up Code Climate MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecode-climate-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Code Climate transactions." It will automatically discover and invoke the available Code Climate tools.
claude mcp add --transport http code-climate-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Code Climate MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Code Climate MCP today
We host it, we monitor it, we maintain it. You just paste one token.