Skip to main content
Glama
gclluch

TypeScript AST MCP Server

by gclluch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_fileA

Provides a high-level summary of all symbols (classes, interfaces, types, enums, functions) in a TypeScript/JavaScript file

analyze_packageB

Analyzes all TypeScript/JavaScript files in a directory, providing a package-level summary

list_functionsA

Lists all functions and methods in a TypeScript/JavaScript file with their signatures and line ranges

get_function_bodyA

Extracts the full body of a specific function or method. Supports Class.method syntax.

list_methodsA

Lists all methods for a specific class in a TypeScript/JavaScript file

get_type_definitionA

Extracts the full definition of any type (interface, type alias, class, enum) by name

list_declarationsA

Lists package-level constant and variable declarations in a TypeScript/JavaScript file

list_exportsA

Lists all exported symbols with their kind (function, class, interface, type, variable, re-export)

list_importsA

Lists all import statements in a TypeScript/JavaScript file with their bindings and module paths

find_usagesB

Finds all occurrences of a specific identifier (variable, function, type) within a file

find_node_at_positionB

Identifies the AST node at a given cursor position (line and column) in a TypeScript/JavaScript file

get_docA

Extracts JSDoc/TSDoc comments for a symbol (function, type, class, variable). Supports Class.method syntax.

call_graphB

Generates a Mermaid flowchart showing the call graph of functions in a TypeScript/JavaScript file or directory

get_callersB

Finds all functions in a file or package that call the specified function (reverse call graph)

code_complexityA

Computes cyclomatic complexity for functions in a TypeScript/JavaScript file

diff_astA

Compares two TypeScript/JavaScript files structurally, reporting added/removed/modified symbols

code_smellsA

Detects code smells: long functions, too many parameters, deep nesting, god classes, 'any' casts, non-null assertions

find_errorsA

Analyzes TypeScript-specific error patterns: floating promises, empty catches, unsafe type assertions, double assertions

dead_codeA

Finds unreferenced unexported symbols (functions, types, variables) within a directory

find_implementationsA

Finds classes that implement a specified interface - explicit 'implements' plus structural matches, checked by the TypeScript type checker (member types and call signatures, not just names)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gclluch/ts-ast-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server