Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Codacy MCP Server logo
MCP server

Codacy MCP Server

Read Codacy code quality and security findings inside the coding session.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @codacy/codacy-mcp@latest
mcpServers
{
  "mcpServers": {
    "codacy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@codacy/codacy-mcp@latest"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Required
License
MIT
Tools
codacy_setup_repositorycodacy_list_repository_issuescodacy_get_file_issuescodacy_get_file_coveragecodacy_list_repository_pull_requestscodacy_list_pull_request_issuescodacy_get_pull_request_files_coveragecodacy_get_pull_request_git_diffcodacy_get_issuecodacy_get_patterncodacy_cli_analyze

Codacy analyses repositories for quality problems, security findings and coverage gaps; this server puts those results where the agent is working. It can list issues for a repository or a single file, pull the findings and changed-file coverage attached to a pull request, read the diff, and explain which pattern a given issue came from. A separate tool runs the Codacy CLI locally, so freshly written code can be checked before it is pushed rather than after review. Access is through a Codacy account token.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?