kairosdb-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KAIROSDB_URL | No | KairosDB server URL | http://localhost:8080 |
| KAIROSDB_USER | No | HTTP Basic username (optional) | |
| KAIROSDB_PASSWORD | No | HTTP Basic password (optional) |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kairosdb_query_rangeA | Queries KairosDB for a metric's data over a relative time range (e.g. the last 24 hours). Typical use cases:
Args:
Returns: Timestamped data points with statistics (min/max/avg). |
| kairosdb_query_absoluteA | Queries KairosDB over a time range defined by precise ISO 8601 dates. Use cases:
Args:
Returns: Timestamped points with statistics. |
| kairosdb_last_valueA | Retrieves the most recent value of a metric (equivalent to a real-time reading). Use cases:
Args:
Returns: Latest known value with its timestamp. |
| kairosdb_aggregateA | Computes several aggregations (min, max, avg, etc.) in a single request over a relative time range. Use cases:
Args:
Returns: One series per aggregator with statistics. |
| kairosdb_list_metricsA | Returns all metrics (host/service series names) stored in KairosDB. Use cases:
Args:
Returns: List of metric names. |
| kairosdb_list_tag_valuesA | Returns all known values for a given tag name. Use cases:
Args:
Returns: List of values for this tag. |
| kairosdb_healthA | Checks that the KairosDB server is reachable and operational. Use cases:
Returns: "ok" or "error" status with details. |
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/ae3e/kairosdb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server