Back to Home
FlywheelStudio icon

findmy-typescript-mcp

Verified Safe

by FlywheelStudio

Overview

This MCP server enables AI agents to semantically analyze, navigate, and query TypeScript and Next.js codebases by indexing symbols and providing rich metadata.

Installation

Run Command
npx tsx scripts/mcp-server.ts /path/to/target/project

Security Notes

The server loads a TypeScript project using `ts-morph` based on a `rootDir` provided as a command-line argument. Symbol lookup and file enumeration are restricted to files within this configured project scope, as `project.getSourceFile` will return undefined for paths outside the `tsconfig.json`'s resolved files. This prevents arbitrary file system traversal or reading of sensitive files outside the intended project. No direct use of `eval` or hardcoded secrets found in the provided source code. The server communicates via standard I/O (stdio), which inherently has a smaller network attack surface than a traditional HTTP server, but still processes external input.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-08

Tags

TypeScriptNext.jsCode AnalysisAI ToolsMCPCode Navigation