Skip to main content
Glama
lukegskw

mcp-typescript-starter

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHTTP bind address.127.0.0.1
MCP_PORTNoHTTP listening port.3000
MCP_TRANSPORTNoTransport mode: 'stdio' or 'streamable-http'. Can be overridden by the --transport command-line option.stdio
MCP_ALLOWED_HOSTSNoComma-separated Host and Origin hostname allowlist. Required when not binding to loopback.

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
echoB

Echo a validated message and optional string metadata.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap. The single 'echo' tool is clearly distinct by virtue of being the only tool available.

Naming Consistency5/5

The single tool name 'echo' is short, clear, and directly describes its function. Since there is only one tool, naming consistency is trivially satisfied.

Tool Count3/5

One tool feels minimal even for a starter server, but it is a common pattern for a simple template. The count is at the lower edge of being acceptable rather than egregiously insufficient.

Completeness2/5

The server only provides an echo function, which is useful for testing connectivity but lacks any real domain operations. There are no CRUD or workflow capabilities, representing a significant gap for any practical use beyond a basic demo.

Maintenance

ActivityMaintained
ResponsivenessNo issues