Codacy MCP Server
Read Codacy code quality and security findings inside the coding session.
Add it to your client
Officialnpx -y @codacy/codacy-mcp@latest
{
"mcpServers": {
"codacy-mcp": {
"command": "npx",
"args": [
"-y",
"@codacy/codacy-mcp@latest"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
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.
Similar MCP servers
Temporal Knowledge Base MCP
MCP serverAnswers Temporal questions from the docs, courses and community archives
Salesforce DX MCP Server
MCP serverSalesforce CLI team's MCP server for querying orgs and shipping metadata.
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Comments(0)
Sign in to comment