Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by akshay-nm • Uncategorized
An MCP server providing TypeScript type resolution and dependency graph analysis via stdio transport.
Resolve TypeScript types and get hover information programmatically.
Analyze TypeScript project dependencies and detect circular dependencies.
Trace import paths between files within a TypeScript codebase.
This MCP server leverages ts-morph for detailed TypeScript type intelligence and madge for generating dependency graphs. It supports various tools for type analysis such as resolving types at source positions, hover info, and diagnostics, as well as dependency analysis including full dependency trees, circular dependencies, and import path tracing. The server is designed to work across multiple projects without startup configuration, making it flexible and easy to integrate with any MCP client supporting stdio transport.