Skip to main content
Glama
JoaoAndrade18

MCP Observability Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TRANSPORTNoTransport mode for the MCP server. Options: 'stdio' or 'http'. Default is 'http'.
MCP_REQUIRE_AUTHNoSet to '1' to enable authentication on the MCP server. Default is disabled.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_servicesA

List every monitored service with its team, tier and SLO targets.

Call this first when you don't already know a service name — the other tools reject names that aren't in this list.

query_logsA

Search a service's logs within a time window.

Use level="ERROR" to skip the noise, and contains to grep for a substring (a trace id, "timeout", an error code). Returns newest first.

get_metricsA

Summarise one metric for one service over a window.

Returns min/mean/p95/latest plus whether the service's SLO is breached, so you get the judgement and not just the numbers.

get_deploysA

Deploy history, newest first. Omit service for the whole fleet.

correlate_deploy_with_errorsA

Find whether a recent deploy explains a service's current errors.

Compares error rate and p99 latency before vs. after the most recent deploy in the window, pulls matching ERROR log samples, and returns a verdict with a confidence level.

This is the tool to reach for on "why is X broken" — it does in one call what would otherwise be a get_deploys + two get_metrics + query_logs chain, and it does the before/after arithmetic for you.

open_incidentA

File an incident. This pages the on-call engineer — use it deliberately.

Requires the incidents:write scope; read-only callers are rejected. Prefer confirming with a human before calling this: it is the one tool here with a real-world side effect.

Prompts

Interactive templates invoked by user choice

NameDescription
investigate_serviceA structured triage workflow for a service that looks unhealthy.

Resources

Contextual data attached and managed by the client

NameDescription
services_resourceThe service catalog: names, owning teams, tiers, SLOs.

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/JoaoAndrade18/mcp-server-client-poc'

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