Exact Ts Code Exploration
MCP Serverby 844196 · Added 5mo ago
Claude
8
Install
git clone https://github.com/844196/dotfilesAdd to Claude
claude mcp add exact-ts-code-explorationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"exact-ts-code-exploration": {
"command": "npx",
"args": [
"@modelcontextprotocol/exact-ts-code-exploration"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
TypeScriptプロジェクトにおけるコード探索のベストプラクティス。LSPツールを優先的に使用し、型解決に基づく正確な結果を得る。
Tags
developmenttypescriptgoskill