Skip to main content
Glama
Charlesthebird

mymcpservercli

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoConnection string for the database tool as specified in the default configuration or mcp.yaml.
WEATHER_API_KEYNoAPI key for the weather tool as specified in the default configuration or mcp.yaml.
MCP_TRANSPORT_MODENoSets the transport mode for the server. Can be set to 'http' for HTTP/WebSocket mode or 'stdio' (default).

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
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
echoB

Echo a message back to the client.

Args: message: The message to echo

Returns: The echoed message with any configured prefix

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap with other tools, making disambiguation perfect.

Naming Consistency5/5

A single tool inherently has consistent naming, as there are no other tools to compare against for patterns or conventions.

Tool Count2/5

One tool is too few for most server purposes, as it severely limits functionality and scope, making the server feel trivial or incomplete.

Completeness1/5

The server lacks a clear domain, and with only an echo tool, there are significant gaps in coverage, making it severely incomplete for any meaningful workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues