mcpbeat Sign in

Log10x MCP Server

local only

Log10x MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 400 installs a week from npm. Last commit 17 Sep 2026.

Tools to rank log patterns by volume and cost and to compact, tier down or offload each pattern

Installs per day peak 1 596 · avg 387 · -17% w/w
a month agotoday
1 400
Installs / week
npm · log10x-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 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 src/lib/manifest.ts:118
      const candidate = path.join(dir, filename);
  return b.drop + b.compact + b.offload + b.tier_down + b.sample + b.pass;
…H_TOKEN; without one the tool returns not_configured. Docker-image pull is daemonless (podman bundled in compiler-10x, `--cap-add SYS_ADMIN` granted automatically) and public images need no credentials. Helm pull is a meta-source (renders the chart, by default also pulls the imag…
        missing: 'AWS_ACCESS_KEY_ID, AWS_PROFILE, or ~/.aws/credentials (instance roles are not auto-detected here)',

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 log10x-mcp -- npx -y log10x-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "log10x-mcp": {
      "args": [
        "-y",
        "log10x-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.log10x-mcp]
command = "npx"
args = ["-y", "log10x-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "log10x-mcp": {
      "args": [
        "-y",
        "log10x-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "log10x-mcp": {
      "args": [
        "-y",
        "log10x-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOG10X_API_KEY (Log10x API key. Without it the server boots read-only against the public demo dataset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Log10x MCP

same job, measured the same way
W
Monitor
by agentexchange-tooldrift

Check if an MCP server tool changed or hides injection patterns before you trust it.

3 tools answering
Sparkforensics MCP
by shuffle-works

MCP server for diagnosing Apache Spark event-log performance issues and comparing runs.

41 installs/wk local only
katra
by craigjmidwinter

A committed markdown dev log and task graph that agents read and write over MCP.

local only
Gmail Postmaster Tools
by optipub

Gmail Postmaster Tools v2 — domains, traffic metrics, and compliance via your own Google OAuth.

local only
Content Intelligence API
by ruvendors5-ops

9 MCP tools: extract, analyze, research, compare, monitor, brief. Pay-per-call x402 or subscribe.

9 tools answering
Invoice Badger
by invoicebadger

Invoicing you drive by talking to your AI: log time, raise invoices and track what's owed via MCP.

answering
Synapse RMCP
by dinglebear

Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.

59 installs/wk local only
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only

Log10x MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Log10x MCP?
Log10x MCP 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 log10x-mcp was installed 1 400 times last week.
How do I connect Log10x MCP?
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 log10x-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Log10x MCP?
The npm package log10x-mcp was installed 1 400 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Log10x MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.