nikolai-vysotskyi/trace-mcp
🔌 MCP Servernikolai-vysotskyi
Framework-aware code intelligence server that builds cross-language dependency graphs for deep code analysis and navigation.
Trace MCP bridges the gap between raw code and AI-driven development by providing a semantic understanding of project architecture. Unlike standard file-based context, this tool parses framework-level abstractions, allowing AI models to comprehend how different parts of an application interact. It maps out routes, ORM relationships, component rendering lifecycles, and dependency injection containers. This structured graph enables developers and AI agents to perform complex tasks such as cross-session memory retention, accurate refactoring suggestions, and deep security vulnerability scanning. By exposing this graph via the Model Context Protocol, it integrates seamlessly with any MCP-compliant client, turning standard LLMs into codebase-aware engineering assistants capable of understanding the 'why' behind the code structure.
💡Highlights
- ├─Cross-language dependency graphs
- ├─Framework-aware semantic indexing
- └─Deep ORM and DI tree analysis
🎯For
- ├─Software Engineers
- └─AI Tooling Developers