Codacy
Created 6 months ago
MCP Server for the Codacy API, enabling access to repositories, files, quality, coverage, security and more.
development
documentation
public
What is Codacy?
Interact with [Codacy](https://www.codacy.com) API to query code quality issues, vulnerabilities, and coverage insights about your code.
Documentation
Table of Contents
- Features / Tools
- Repository Setup and Management
- Organization and Repository Management
- Code Quality and Analysis
- File Management and Analysis
- Security Analysis
- Pull Request Analysis
- Tool and Pattern Management
- CLI Analysis
- Setup
- Requirements
- Personal API Access Token
- Install
- Troubleshooting
- Contribute
- Codacy-CLI Support
- License
Features / Tools
The following tools are available through the Codacy MCP Server:
Repository Setup and Management
codacy_setup_repository: Add or follow a repository in Codacy if not already present.
Organization and Repository Management
codacy_list_organizations: List organizations with pagination support.codacy_list_organization_repositories: List repositories in an organization with pagination support.codacy_get_repository_with_analysis: Get repository with analysis information.
Code Quality and Analysis
codacy_list_repository_issues: Lists and filters code quality issues in a repository.
File Management and Analysis
codacy_list_files: List files in a repository with pagination support.
Security Analysis
codacy_search_organization_srm_items: List security items/issues across an organization.
Pull Request Analysis
codacy_list_repository_pull_requests: List pull requests from a repository.
Tool and Pattern Management
codacy_list_tools: List all code analysis tools available in Codacy.
CLI Analysis
codacy_cli_analyze: Run quality analysis locally using Codacy CLI.
Setup# Requirements
Ensure your machine has the following tools installed:
- git
- node.js
Personal API Access Token
Get your Codacy's Account API Token from your Codacy Account.
Install
In supported IDEs like VS Code, Cursor, and Windsurf, the easiest way to install Codacy's MCP Server is to do it from the Codacy extension.
License
This MCP server is licensed under the MIT License.
Server Config
{
"mcpServers": {
"codacy-server": {
"command": "npx",
"args": [
"codacy"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Codacy
Category:
official
License:
MIT License
Tags:
development
documentation
public