Alibabacloud Observability Mcp Server
@aliyun
About Alibabacloud Observability Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"alibaba_cloud_observability": {
"command": "uv",
"args": [
"--directory",
"/path/to/your/alibabacloud-observability-mcp-server",
"run",
"mcp-server-aliyun-observability"
],
"env": {
"ALIBABA_CLOUD_ACCESS_KEY_ID": "<your_access_key_id>",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "<your_access_key_secret>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Alibabacloud Observability Mcp Server?
It is a Go implementation of the Alibaba Cloud Observability MCP Server that provides AI models with structured data access to Alibaba Cloud Log Service (SLS) and Cloud Monitor (CMS). Based on the Model Context Protocol, it integrates seamlessly with AI tools such as Cursor, Kiro, Cline, and Windsurf.
How to use Alibabacloud Observability Mcp Server?
Download the binary from the Releases page, set the ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET environment variables, then start the server in stdio mode (./alibabacloud-observability-mcp-server start --stdio) or using a config file (./alibabacloud-observability-mcp-server start --config config.yaml). Alternatively, build from source and configure tool integration via mcp.json.
Key features of Alibabacloud Observability Mcp Server
- Supports stdio, SSE, and streamable-http transport modes.
- Modular toolset: PaaS, IaaS, Shared.
- Flexible time expression parsing for data queries.
- Time series comparison with statistical analysis and trend scoring.
- Structured JSON logging (slog) and graceful shutdown.
- Single binary with zero runtime dependencies.
Use cases of Alibabacloud Observability Mcp Server
- Natural language query over SLS logs and CMS metrics via AI agents.
- Automated root cause analysis by translating user prompts into SQL/SPL.
- Time series data comparison and anomaly detection in observability dashboards.
- Integration with coding assistants for intelligent operations and troubleshooting.
FAQ from Alibabacloud Observability Mcp Server
What credentials are required?
You need an Alibaba Cloud AccessKey ID and Secret, set via the ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET environment variables.
Which tools are paid and how are they billed?
The AI-powered tools (sls_text_to_sql, sls_text_to_spl, sls_sop, cms_natural_language_query) incur STAROps fees per call. Free tools can be selected by configuring enabled_tools in config.yaml.
What time expression formats are supported?
Supported formats include relative presets (last_5m), relative expressions (now()-1h), Grafana style (now-15m~now-5m), absolute timestamps (seconds/milliseconds), and date-time strings (2024-01-01 00:00:00).
Is the server secure and does it store credentials?
The server does not store AccessKeys; they are used only at runtime for API calls. It is recommended to deploy inside a VPC or intranet and apply access control when using SSE/HTTP modes.
What transport modes can I use to integrate with AI tools?
The server supports stdio, SSE, and streamable-http transports. For streamable-http (recommended), set server.transport: streamable-http in config.yaml. For stdio, use the command-line invocation with the --stdio flag.
More Developer Tools MCP servers
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Comments