codacy for Cursor
com.mcparmory/codacy
Analyze code quality, security issues, and coverage across repositories
client:Cursor
transport:stdio
runtime:pypi
Install codacy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codacy": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-codacy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs