Codacy MCP Server
@codacy
关于 Codacy MCP Server
Codacy's MCP Server implementation
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"codacy": {
"command": "npx",
"args": [
"-y",
"@codacy/codacy-mcp"
],
"env": {
"CODACY_ACCOUNT_TOKEN": "<YOUR_TOKEN>",
"CODACY_CLI_VERSION": "<VERSION>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Codacy MCP Server?
The Codacy MCP Server is a Model Context Protocol server that connects to the Codacy API, providing access to repository management, code quality, coverage, security, and analysis tools. It is designed for developers using AI‑powered IDEs such as Cursor, Windsurf, VS Code with Copilot, or Claude Desktop.
How to use Codacy MCP Server?
Install Node.js and ensure npx works. Obtain a Codacy Account API Token from your Codacy account. Then configure the server in your IDE (e.g., Cursor, Windsurf, VS Code, Claude Desktop) by adding a JSON configuration or using the one‑click install links. The server runs via npx -y @codacy/codacy-mcp with the token set as the CODACY_ACCOUNT_TOKEN environment variable.
Key features of Codacy MCP Server
- Repository setup and management (add/follow repos)
- Organization and repository listing with pagination
- Code quality issue listing and filtering (severity, category, language, author, branch)
- File analysis (issues, coverage, duplication, detailed metrics)
- Security analysis via SRM items (SAST, secrets, SCA, IaC, CICD, DAST, pentesting)
- Pull request analysis (issues, coverage diffs, Git diff)
- Tool and pattern management (list, get definitions, patterns)
- Local CLI analysis (run Codacy CLI on files or directories)
Use cases of Codacy MCP Server
- Perform code quality audits and technical debt assessments
- Check style guide compliance and investigate performance issues
- Scan for security vulnerabilities across an organization or repository
- Analyze pull request diffs for new issues and coverage changes
- Run local quality analysis without waiting for scheduled scans
FAQ from Codacy MCP Server
What are the runtime requirements?
The server requires git, Node.js (with npx working), and optionally the Codacy CLI for local analysis. The CLI will be auto‑installed if missing.
How do I get a Codacy API token?
Go to your Codacy Account and generate a Personal API Access Token. Set it as the CODACY_ACCOUNT_TOKEN environment variable.
How do I install the MCP Server in my IDE?
The easiest way is to install the Codacy extension from the IDE marketplace and click “Add Codacy MCP Server”. Alternatively, manually add a JSON configuration file (e.g., .cursor/mcp.json for Cursor, claude_desktop_config.json for Claude Desktop) with the npx command and your token.
What should I do if NPX doesn’t work with Claude Desktop and NVM?
Install the server globally (npm install -g @codacy/codacy-mcp) and configure the MCP server to use the Node binary directly, pointing to the installed dist/index.js.
Which analysis tools are available through the server?
The server provides tools for repository management, organization/repo listing, code quality issues, file analysis, security (SRM) items, pull request analysis, tool/pattern management, and local CLI analysis. Each tool is prefixed with codacy_.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论