codescene mcp server for Cursor
com.codescene/codescene-mcp-server
An MCP server that provides CodeScene Code Health analysis tools.
client:Cursor
transport:stdio
runtime:npm
Install codescene mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codescene-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codescene/codehealth-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs