observability-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ES_URLS | Yes | Comma-separated list of Elasticsearch URLs (e.g., http://es-node-1:9200,http://es-node-2:9200). | |
| MCP_HOST | No | The host address the MCP server listens on. | 0.0.0.0 |
| MCP_PORT | No | The port the MCP server listens on. | 8000 |
| ES_PASSWORD | No | Password for Elasticsearch basic authentication. | |
| ES_USERNAME | No | Username for Elasticsearch basic authentication. | |
| ES_AUTH_TYPE | No | Authentication type for Elasticsearch: none, basic, bearer, or api_key. | basic |
| ES_DEFAULT_INDEX | No | Default Elasticsearch index pattern. | * |
| METRICS_AUTH_TYPE | No | Authentication type for metrics: none, basic, bearer, or api_key. | none |
| METRICS_API_BASE_URL | Yes | Base URL for Prometheus or VictoriaMetrics API (e.g., http://prometheus:9090/api/v1). | |
| SKYWALKING_AUTH_TYPE | No | Authentication type for SkyWalking: none, basic, bearer, or api_key. | none |
| SKYWALKING_GRAPHQL_URL | Yes | URL for SkyWalking OAP GraphQL endpoint (e.g., http://skywalking-oap:12800/graphql). | |
| ES_ALLOWED_INDEX_PATTERNS | No | Allowed Elasticsearch index patterns, comma-separated. | * |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/blue-sky-exist/observability-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server