Logclaw MCP Server

AI SRE that deploys in your VPC. Real-time anomaly detection, trace-correlated incident tickets, and AI root cause analysis - your logs never leave your infrastructure. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-11 · ★ 79 · #78 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Logclaw MCP Server

before you install - you'll need

Set KAFKA_BROKERS, OPENSEARCH_ENDPOINT, LOGCLAW_API_KEY before connecting.

Claude Code

claude mcp add logclaw-logclaw -- npx -y logclaw-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "logclaw-logclaw": {
      "command": "npx",
      "args": [
        "-y",
        "logclaw-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package logclaw-mcp-server - unscoped; check the name against the project README before installing

registry registry publisher io.github.RobelDev is not the repo owner (logclaw) - the registry entry was published by someone else

03 · What Logclaw MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.5.0 · 2026-03-06

LogClaw v2.5.0 - Unified Stable Release · All container images are tagged :stable for easy rollback. · Container Images · bash · Pull individual services · docker pull ghcr.io/logclaw/logclaw-dashboard:2.5.0 · docker…

04 · Who maintains Logclaw MCP Server

logclaw-mcp-server is maintained by logclaw. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
cloud infrastructure - ranked #78 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
registry
io.github.RobelDev/logclaw-mcp-server (active, first published 2026-03-11)
packages
npm:logclaw-mcp-server

06 · Logclaw MCP Server FAQ

What is Logclaw MCP Server?

AI SRE that deploys in your VPC. Real-time anomaly detection, trace-correlated incident tickets, and AI root cause analysis - your logs never leave your infrastructure. It runs locally over stdio via the published package.

Is Logclaw MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-11. We re-verify nightly.

How do I install Logclaw MCP Server?

Run `npx -y logclaw-mcp-server`. The README documents 3 environment variables (KAFKA_BROKERS, OPENSEARCH_ENDPOINT, LOGCLAW_API_KEY) to set first. Set KAFKA_BROKERS, OPENSEARCH_ENDPOINT, LOGCLAW_API_KEY before connecting. You can also paste the ready-made client config above.

Does Logclaw MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Logclaw MCP Server