zhenyun-pangun-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zhenyun-pangun-mcp查询盘古国内生产环境最近的错误日志"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
zhenyun-pangun-mcp
Zhenyun Pangu General Tools MCP, reusable by any MCP client (Claude Desktop / Cursor / various agents).
Fully self-contained: depends on no external project directories; simply configure real credentials in .env.
Capabilities Overview
Tools are grouped by prefix (17 total):
Prefix | Tools | Description |
|
| Log query: Loki dual platforms (AWS global all environments + CN domestic non-production) + Alibaba Cloud SLS (CN domestic Pangu prod only) |
|
| Database query (Archery dual sites cn/aws + Pangu dedicated tenant/database/instance capabilities) |
|
| Choerodon collaboration (built-in Python client, pure HTTP login) |
|
| Cross-local repository search (content / file name / module structure) |
Log Platform Differentiation (Important)
Pangu logs are distributed across three different platforms. Confirm the target environment's platform before querying:
Capability | Environment | Platform | Data Source / project | Tag System |
| AWS Global (all environments) | Grafana/Loki |
|
|
| CN domestic non-production (dev/test) | Grafana/Loki |
|
|
| CN domestic Pangu prod only | Alibaba Cloud SLS |
|
|
CN domestic Pangu
prodlogs = Alibaba Cloud SLS (integration method replicated fromlog-ops-mcp), query withobs_sls_query.CN domestic Pangu
dev/testand other non-production useobs_log_query(region="cn"); logs in the Pangu non-production panel (namespace=saas-dev-new/saas-test-new) reside in theLoki (pangu-noneprod)data source.AWS Global (prod or non-production) all use
obs_log_query(region="aws").⚠️ Routing rule of thumb: Except for CN domestic Pangu prod which goes to SLS, all others (CN non-production + all AWS) go to Loki. Do not call
obs_sls_queryfor Pangu non-production.
Login credentials and data source names for the three platforms are configured independently in
.env; see.env.examplefor details.
Installation and Running
cd zhenyun-pangun-mcp
uv sync # 或 pip install -e .
cp .env.example .env # 填写真实凭据Run via stdio:
uv run zhenyun-pangun-mcp
# 或
python -m zhenyun_pangun_mcpMCP Client Configuration
{
"mcpServers": {
"zhenyun-pangun-mcp": {
"command": "uvx",
"args": ["--from", "/path/to/zhenyun-pangun-mcp", "zhenyun-pangun-mcp"],
"env": {
"MCP_ENV_DIR": "/path/to/zhenyun-pangun-mcp"
}
}
}
}Configuration (.env)
Group | Environment Variables | Description |
Archery |
| Database gateway cn/aws credentials |
| Instance alias → real instance name | |
Loki |
| Grafana login credentials |
| Environment → data source name mapping | |
Choerodon |
| Choerodon gateway and login credentials |
SLS |
| Pangu production Alibaba Cloud log credentials |
Other |
| Cross-repository search root directory (default: this repository root) |
Do not commit credentials to git;
.envis excluded by.gitignore. Only.env.example(with placeholder values) is committed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
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/nichuan/zhenyun-pangu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server