Files
2025-09-18 09:10:34 -04:00

12 lines
317 B
JSON

{
"mcpServers": {
"codacy": {
"description":"MCP Server for the Codacy API, enabling access to repositories, files, quality, coverage, security and more.",
"command": "npx",
"args": ["-y", "@codacy/codacy-mcp"],
"env": {
"CODACY_ACCOUNT_TOKEN": "<YOUR_TOKEN>"
}
}
}
}