ucn for Cursor
io.github.mleoca/ucn
Auditable, conserved AST code intelligence for AI agents. JS/TS, Python, Go, Rust, Java, C/C++, C#.
client:Cursor
transport:stdio
runtime:npm
Install ucn in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ucn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ucn"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs