Skip to main content
Glama
Chia1104

tsserver-mcp-server

by Chia1104

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_completionsB

Get completion suggestions (completion list) at the given position

get_definitionC

Get the definition location of the symbol at the cursor (Go to Definition)

get_type_definitionB

Get the definition location of the type at the cursor

get_quick_infoA

Get type and documentation at the cursor (hover)

get_signature_helpB

Get signature help (parameter hints) at a function call

get_referencesA

Get all reference locations of the symbol at the cursor (Find References)

get_diagnosticsA

Get syntactic and semantic diagnostics (errors/warnings) for the file

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct IDE feature: completions, definition, type definition, hover info, diagnostics, signature help, and references. There is no overlap in their purposes.

Naming Consistency5/5

All tool names follow the get_verb_noun pattern, making them predictable and consistent. The naming convention is uniform throughout.

Tool Count5/5

Seven tools is a well-scoped count for a language server toolkit, covering the core navigation and diagnostic features without being excessive.

Completeness4/5

The set covers most common language server operations (navigation, hover, diagnostics, references), but misses features like rename or code actions. These gaps are minor and agents can work around them.

Maintenance

ActivityInactive
ResponsivenessNo issues