ts-def-mcp
If you are the rightful owner of ts-def-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that helps AI code editors find TypeScript symbol definitions in your codebase.
The TypeScript Definition Finder MCP Server is a specialized tool designed to assist AI code editors in locating the original definitions of TypeScript symbols within a codebase. This server is particularly beneficial for developers working with TypeScript projects, as it can identify the source of imported symbols, classes, interfaces, or functions. By providing both the location and a code snippet of the definition, it streamlines the process of understanding and navigating complex codebases. The server supports a stdio interface, allowing seamless integration with AI code editors, enhancing the development experience by making symbol lookup more efficient and accurate.
Features
- Finds original definitions of TypeScript symbols
- Works with imported symbols from external packages
- Returns both the definition location and code snippet
- Supports stdio interface for seamless integration with AI code editors