codemore for Cursor
io.github.abhinavteja123/codemore
The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.
client:Cursor
transport:stdio
runtime:npm
Install codemore in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codemore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codemore"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs