Serversio.github.RobelDev/logclaw-mcp-server
S

io.github.RobelDev/logclaw-mcp-server

io.github.RobelDev/logclaw-mcp-server · v1.0.4
▦ npm
v1.0.4npm npm: logclaw-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.RobelDev/logclaw-mcp-server",
  "description": "Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.",
  "repository": {
    "url": "https://github.com/logclaw/logclaw",
    "source": "github"
  },
  "version": "1.0.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "logclaw-mcp-server",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your LogClaw project API key (starts with lc_proj_)",
          "name": "LOGCLAW_API_KEY"
        },
        {
          "description": "LogClaw auth proxy endpoint (default: https://ticket.logclaw.ai)",
          "name": "LOGCLAW_ENDPOINT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}