TypeScript Definition Finder MCP Server
@runninghare
TypeScript Definition Finder MCP Server について
A Model Context Protocol (MCP) server that helps AI code editors find TypeScript symbol definitions in your codebase.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ts-def-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@runninghare/ts-def-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is TypeScript Definition Finder MCP Server?
An MCP server that helps AI code editors locate the original definition of TypeScript symbols in a codebase, including imported symbols from external packages.
How to use TypeScript Definition Finder MCP Server?
Install via Smithery (npx -y @smithery/cli install @runninghare/ts-def-mcp --client claude) or manually with bun install and bun run build. Start the server with node dist/run.js. Use the tool find_typescript_definition (trigger /ts-def) with parameters file_path, line_content, and column_number.
Key features of TypeScript Definition Finder MCP Server
- 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 AI code editor integration
- Trigger command
/ts-defavailable in Cursor
Use cases of TypeScript Definition Finder MCP Server
- Locating the original definition of an imported symbol in a TypeScript project
- Finding where a class, interface, or function is defined in the local codebase
- Assisting AI code editors to navigate to symbol definitions during code generation or refactoring
FAQ from TypeScript Definition Finder MCP Server
—
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Nginx UI
0xJackyYet another WebUI for Nginx
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント