Retrieve semantic symbols, types, and relationships in TypeScript or JavaScript codebases.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "symbolpeek-mcp" yet — see the docs or source repo.
In this TypeScript project, find the `createUser` symbol and return its definition location, parameter types, return type, and related dependent types.
Returns the function's symbol details, type signature, and related type relationships to quickly understand the implementation entry point.
Analyze the relationships between the `Order` type and `OrderItem` and `PaymentResult`, and list how they reference or connect to each other.
Outputs the relationship structure between types, making the data model and dependencies easier to understand.
Without reading the entire repository files, directly retrieve the `AuthService` symbol and summarize its main members, type information, and related relationships.
Provides the target symbol's core structure and contextual relationships, reducing the need to read large files.
When maintaining a large TypeScript or JavaScript codebase, developers can use it to let AI directly retrieve key symbols, types, and relationships instead of reading entire files first. This is useful for quickly locating implementation points and understanding module structure.
When answering questions like “where is this type used” or “what does this service depend on,” it can provide semantic-level clues. This helps identify related objects and dependencies before refactoring.
Students or researchers exploring an unfamiliar JS or TS project can first inspect key symbols and type relationships. This helps build an overall understanding of the code structure more quickly.
This is a semantic code intelligence MCP server for TypeScript and JavaScript codebases. It helps AI agents retrieve specific symbols, types, and their relationships without reading entire files.
Based on the provided description, it is designed for TypeScript and JavaScript codebases. For support of other languages, see the source repository.
It emphasizes semantic code intelligence, retrieving symbols, types, and relationships rather than only text matches. The provided information does not give a deeper comparison; see the source repository.
Analyze codebases with semantic search, dependency insights, and natural language Q&A.
Provides semantic code intelligence for TypeScript/JavaScript analysis, tracing, and error explanation.
Help AI agents navigate, search, and understand codebases and change history.
Retrieve FastAPI docs, symbols, and OpenAPI specs for development insights.
Scan code and infrastructure files for security vulnerabilities through MCP.
Helps AI map unfamiliar TypeScript SaaS repos, risks, and critical flows.