mcpbeat Sign in

Logclaw MCP Server

local only

Logclaw MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 6 Apr 2026.

Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.

Installs per day peak 27 · avg 8 · +58% w/w
a month agotoday
37
Installs / week
npm · logclaw-mcp-server
79
Stars
1 open issues
6 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable cli/cmd/init.go:21
        path := filepath.Join(cwd, config.DefaultConfigFile)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add logclaw-mcp-server -- npx -y logclaw-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "logclaw-mcp-server": {
      "args": [
        "-y",
        "logclaw-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.logclaw-mcp-server]
command = "npx"
args = ["-y", "logclaw-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "logclaw-mcp-server": {
      "args": [
        "-y",
        "logclaw-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "logclaw-mcp-server": {
      "args": [
        "-y",
        "logclaw-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOGCLAW_API_KEY (Your LogClaw project API key (starts with lc_proj_)), LOGCLAW_ENDPOINT (LogClaw auth proxy endpoint (default: https://ticket.logclaw.ai)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Logclaw MCP Server

same job, measured the same way
Xitoring
by xitoring

Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts.

answering
GCP Platform Engineer
by debilla

Read-only GCP tools for debugging incidents and finding cost savings

562 installs/wk local only
VMware Aria Operations
by zw008

VMware Aria Operations: metrics, alerts, capacity, anomaly detection — 18 MCP tools.

1 708 installs/wk local only
VMware Aria Operations
by vmware-skills

VMware Aria Operations: metrics, alerts, capacity, anomaly detection — 44 MCP tools.

local only
LogsLoom
by efim23

Ingest and search LogsLoom logs from coding agents.

274 installs/wk 4 tools answering
Netdata
by netdata

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

answering
Scopeblind MCP
by tomjwxf

Scan, protect, and monitor APIs from AI coding tools. Device-level rate limiting.

45 installs/wk local only
Timps
by sandeeprdy1729

Persistent memory with contradiction detection, burnout monitoring, and 69 intelligence tools.

42 installs/wk local only

Logclaw MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Logclaw MCP Server?
Logclaw MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package logclaw-mcp-server was installed 37 times last week.
How do I connect Logclaw MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls logclaw-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Logclaw MCP Server?
The npm package logclaw-mcp-server was installed 37 times in the last week. Week over week that is +58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Logclaw MCP Server open source?
We cannot say either way: written in TypeScript, 79 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.