12 lines
317 B
JSON
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>"
|
|
}
|
|
}
|
|
}
|
|
} |