Cimon-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., "@Cimon-MCPdiagnose symptoms of slow queries"
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.
Cimon-MCP
MCP server with offline runbooks for high-volume logs, metrics, traces, and event streams. No database or API keys.
Tools
Tool | What it does |
| Search playbooks by keyword |
| Full entry by id (aliases like |
| Match symptom text to playbooks |
| Entry count and server status |
Resources: cimon://playbook/{id} (JSON per entry).
Topics: ingestion batching, write amplification, slow queries, schema/sort keys, low-cardinality columns, observability layout, replication lag, query memory limits.
Related MCP server: elastic-mcp
Setup
Node 18+.
npm install # runs build via prepare
npm startnpm run dev # rebuild + start
npm test # unit tests + MCP smoke
npm run smoke # MCP integration onlyCursor
.cursor/mcp.json or Settings → MCP. Point args at your dist/index.js:
{
"mcpServers": {
"Cimon-MCP": {
"command": "node",
"args": ["/absolute/path/to/Cimon-MCP/dist/index.js"]
}
}
}See mcp.json.example.
License
MIT
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 Servers
- Alicense-qualityDmaintenanceAn MCP server for intelligent log analysis providing semantic search, error pattern clustering, and smart error detection. It enables users to process, vectorize, and query local logs to efficiently identify issues and generate AI-powered summaries.MIT
- Alicense-qualityCmaintenanceSmall production-oriented MCP server for diagnosing incidents from Elasticsearch logs with unknown schema. It provides tools for log discovery, retrieval, and issue diagnosis.MIT
- AlicenseAqualityBmaintenanceA dependency-free MCP server providing tools for tailing logs, checking endpoint health, and searching/updating a runbook of past fixes.420MIT
- Flicense-qualityCmaintenanceMCP server for observability that provides tools for log search, metrics inspection, SQL querying, incident summaries, and service discovery.
Related MCP Connectors
Remote MCP for A2A failure replay MCP, structured receipts, audit logs, and reviewer-ready evidence.
Hosted MCP server for agent governance: MCP config audits, injection scans, scope-policy checks.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/Commander17X/Cimon-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server