Skip to main content
Glama
Commander17X

Cimon-MCP

by Commander17X

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_solutions

Search playbooks by keyword

get_solution

Full entry by id (aliases like write-amplification work)

diagnose_symptoms

Match symptom text to playbooks

health_check

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 start
npm run dev      # rebuild + start
npm test         # unit tests + MCP smoke
npm run smoke    # MCP integration only

Cursor

.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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    An 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
  • A
    license
    -
    quality
    C
    maintenance
    Small production-oriented MCP server for diagnosing incidents from Elasticsearch logs with unknown schema. It provides tools for log discovery, retrieval, and issue diagnosis.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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