AI & ML
Trust: 37/100 (Limited)io.github.mleoca/ucn Guide
Code intelligence for AI agents. Extract, trace, and analyze code without reading whole files.
by mleoca
Quick Start
Install
npx ucnClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mleoca-ucn": {
"command": "npx",
"args": [
"ucn"
]
}
}
}