uniprof for Cursor
io.github.indragiek/uniprof
Universal CPU profiler designed for humans and AI agents
client:Cursor
transport:stdio
runtime:npm
Install uniprof in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uniprof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uniprof"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs