Codacy

Codacy

Interact with Codacy API to query code quality issues, vulnerabilities, and coverage insights about your code.

55
Stars
19
Forks
0
Releases

Overview

Codacy MCP Server provides a programmable gateway to Codacy's analytics API, enabling automated access to repository data, file-level details, quality metrics, coverage insights, and security findings. It exposes a suite of tools to register and manage repositories, enumerate organizations and repositories, and retrieve repository analyses that include Grade, Issues, Duplication, Complexity, and Coverage. It also covers file-level analysis and management, including listing files, fetching file issues, coverage, clones, and detailed file analyses. For security, the server offers SRM-oriented tooling to list security items across organizations or repositories, covering SAST, Secrets, SCA, IaC, CICD, DAST, and PenTesting. Pull request analysis is supported, along with tool and pattern management, and CLI-based local analysis through Codacy CLI. The server aims to integrate with IDEs (Cursor, Windsurf, VS Code), and provides setup and troubleshooting guidance, token-based authentication via Codacy account tokens, and contributor instructions. The project is MIT licensed.

Details

Owner
codacy
Language
TypeScript
License
Other
Updated
2025-12-07

Features

codacy_setup_repository

Add or follow a repository in Codacy if not already present. This tool ensures the repository is registered with Codacy, allowing further analysis and 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, including metrics for Grade, Issues, Duplication, Complexity, and Coverage.

codacy_list_repository_issues

Lists and filters code quality issues in a repository. Primary tool for code quality (not security) with pagination, filtering by severity, category, language, author, branches, and pattern searching.

codacy_list_files

List files in a repository with pagination support.

codacy_get_file_with_analysis

Get detailed analysis information for a file, including metrics for Grade, Issues, Duplication, Complexity, and Coverage.

codacy_search_organization_srm_items

Primary tool to list security items across an organization (SRM dashboard). Repository-level items can be retrieved with the dedicated repository SRM tool.

Tags

CodacyMCPServerAPIrepositoriesfilesqualitycoveragesecuritySRMSASTSecretsSCAIaCCICDDASTPenTestingpull requeststoolspatternsCLIVS CodeCopilotCursorWindsurfCodacy CLI