MCP Servers / development / ucn

ucn

JSON →
stdionone1development

Universal Code Navigator - a lightweight MCP server that gives AI agents call-graph-level understanding of code. Instead of reading entire files, agents ask structural questions like: "who calls this function", "what breaks if I change it", "what's unused", and get precise, AST-verified answers. UCN parses JS/TS, Python, Go, Rust, Java, and HTML inline scripts with tree-sitter, then exposes 28 navigation commands as a CLI tool, MCP server, or agent skill.

Install
How to run this server
[ { "cmd": "npx -y ucn", "imports": [] } ]
server path: ucn
Tools
What this server exposes
ucn
Universal Code Navigator - find symbols, trace callers, check impact, pick tests, extract code, and spot dead code from the terminal. Supports JavaScript, TypeScript, Python, Go, Rust, Java, and HTML inline scripts.
Configuration
Environment & auth
authnone
Resources
ucn — MCP Server · libregistry