MCP Observability Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport mode for the MCP server. Options: 'stdio' or 'http'. Default is 'http'. | |
| MCP_REQUIRE_AUTH | No | Set to '1' to enable authentication on the MCP server. Default is disabled. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| 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 |
| 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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| investigate_service | A structured triage workflow for a service that looks unhealthy. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| services_resource | The service catalog: names, owning teams, tiers, SLOs. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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