observability-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| query_loki_logsA | Run a Loki range query through Grafana datasource proxy. Args:
query: LogQL expression, e.g. Returns: JSON payload from Loki with streams and log entries. |
| query_loki_instantA | Run a Loki instant query through Grafana datasource proxy. Args: query: LogQL expression. limit: Maximum number of log lines to return (1–5000, default 100). at: Evaluation timestamp. RFC 3339 or Unix nanosecond string. Defaults to now when omitted. Returns: JSON payload from Loki with matching log entries. |
| list_loki_labelsA | List available Loki label names from the configured datasource. Args: start: Optional start of the time range for filtering. end: Optional end of the time range for filtering. Returns: JSON array of label name strings. |
| list_loki_label_valuesA | List available values for a given Loki label. Args:
label: Label name, e.g. Returns: JSON array of label value strings. |
| query_metricsA | Run an instant PromQL query against Thanos. Args:
query: PromQL expression, e.g. Returns:
JSON payload from Thanos containing |
| query_metrics_rangeA | Run a PromQL range query against Thanos. Args:
query: PromQL expression.
start: Start of the time range. RFC 3339 or Unix timestamp string.
end: End of the time range. RFC 3339 or Unix timestamp string.
step: Query resolution step width. Duration string ( Returns:
JSON payload with |
| list_labelsA | List all metric label names available in Thanos. Args: start: Optional start of the time range for label filtering. end: Optional end of the time range for label filtering. Returns: JSON array of label name strings. |
| list_seriesA | List time-series matching a PromQL selector. Args:
match: One or more comma-separated series selectors, e.g.
Returns: JSON array of label-set objects describing each matching series. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/ThainaJardim/observability-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server