McpMux
Back to Registry

Codacy (npx) MCP Server

Community

Contributed by Codacy

Connect to Codacy to analyze code quality and security, run static analysis (SAST, secrets, dependency, and IaC scans), browse repositories, list issues, and surface coverage data from your Codacy account via npx.

About the Codacy (npx) MCP Server

The Codacy (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Codacy to analyze code quality and security, run static analysis (SAST, secrets, dependency, and IaC scans), browse repositories, list issues, and surface coverage data from your Codacy account via npx. This is a community-contributed MCP server by Codacy.

Install the Codacy (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@codacy/codacy-mcp"
  ],
  "env": {
    "CODACY_ACCOUNT_TOKEN": "${input:CODACY_ACCOUNT_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "CODACY_ACCOUNT_TOKEN",
        "label": "Codacy Account API Token",
        "description": "Account API Token from your Codacy account. Used to authenticate requests to the Codacy API for code analysis, repositories, issues, and coverage.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************************",
        "obtain": {
          "url": "https://app.codacy.com/account/access-management",
          "instructions": "1. Sign in to Codacy at https://app.codacy.com\n2. Go to your Account > Access Management (Account API Tokens)\n3. Click 'Create API Token'\n4. Copy the generated Account API Token",
          "button_label": "Create API Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

codacycode-qualitystatic-analysissecuritysastcode-review

Supported AI Clients

The Codacy (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Codacy (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.