mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
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>"
|
|
}
|
|
}
|
|
}
|
|
} |