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: Log Analyzer MCP Server

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

A
license - permissive license
-
quality - not tested
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.
    Last updated
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that enables querying logs and metrics from Graylog, Prometheus, and InfluxDB 2.x. It provides tools for executing Lucene log searches, PromQL queries, and Flux queries directly within MCP-compatible clients.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Remote MCP for A2A failure replay MCP, structured receipts, audit logs, and reviewer-ready evidence.

  • Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

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