codacy_list_organizations
List organizations with pagination support.
How to use it
codacy_list_organizations is exposed by the Codacy MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the codacy_list_organizations tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Codacy MCP Server
npm install -g @codacy/codacy-mcpOther tools in Codacy MCP Server (22)
Run quality analysis locally using Codacy CLI. Features include:
Get the list of duplication clones (identical or very similar code segments) for a file in a repository.
Get coverage information for a file in the head commit of a repository branch.
Get the issue list for a file in a repository.
Get detailed analysis information for a file, including metrics for Grade, Issues, Duplication, Complexity, and Coverage.
Get detailed information about a specific issue.
Get the definition of a specific pattern.
Get diff coverage information for all files in a pull request.
Returns the human-readable Git diff of a pull request.
Get detailed information about a specific pull request.
Get repository with analysis information, including metrics for Grade, Issues, Duplication, Complexity, and Coverage.
List files in a repository with pagination support.
List repositories in an organization with pagination support.
Returns a list of issues found in a pull request (new or fixed issues).
Lists and filters code quality issues in a repository. This is the primary tool for investigating general code quality concerns (e.g. best practices, performance, complexity, style) but NOT security issues. For security-related issues, use the SRM items tool instead. Features include:
List pull requests from a repository that the user has access to.
List the patterns of a tool available for a repository.
Get analysis tools settings and available tools for a repository.
List all code analysis tools available in Codacy.
Primary tool to list security items/issues/vulnerabilities/findings across an organization. Results are related to the organization's security and risk management (SRM) dashboard on Codacy.
List security items/issues/vulnerabilities/findings for a specific 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.