# com.super-log/super-log (npm · @super-log/mcp)

Query your local super-log bench from an AI agent - read-only log tools over the hub.

- Trust score: 75/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `@super-log/mcp`: 75/100 (this document), [markdown](https://verifymcp.io/servers/com-super-log-super-log/super-log-mcp.md), [page](https://verifymcp.io/servers/com-super-log-super-log/super-log-mcp)

## Channel facts

- Registry: `npm`
- Package: `@super-log/mcp`
- Version: `0.4.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 10 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1525 tokens (~169/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the com.super-log/super-log MCP server?

com.super-log/super-log runs locally as an npm package, launched with npx -y @super-log/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-super-log-super-log -- npx -y @super-log/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "com-super-log-super-log": {
      "command": "npx",
      "args": [
        "-y",
        "@super-log/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-super-log-super-log": {
      "command": "npx",
      "args": [
        "-y",
        "@super-log/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-super-log-super-log -- npx -y @super-log/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-super-log-super-log": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@super-log/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-super-log-super-log --command npx --arg -y --arg @super-log/mcp
```

### Hermes

```yaml
mcp_servers:
  com-super-log-super-log:
    command: "npx"
    args: ["-y", "@super-log/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-super-log-super-log": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@super-log/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-super-log-super-log -t stdio -c npx -a -y @super-log/mcp
```

### Other

```json
{
  "mcpServers": {
    "com-super-log-super-log": {
      "command": "npx",
      "args": [
        "-y",
        "@super-log/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 75, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-22 (score 74, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-09-15 (score 71)

First indexed and scored.

## MCP tools (9)

### `hub_status` (~47 tokens)

Check whether the super-log hub is running and how much traffic it has seen. Call this first when logs seem missing - it distinguishes "the bench is down" from "the app logged nothing".

### `agent_report` (~302 tokens)

Put yourself on the bench's AGENTS blotter: say who you are, which LLM you run on, what you are doing, and how often to expect you. For a long job (an 8-hour build, an overnight proof search), call this on a schedule - every interval_s, default 900 (15 minutes) - AND on events: milestones, errors (level WARN/ERROR), and done. The blotter shows your last status and greys you when you miss your own promised cadence, so a silent agent LOOKS silent. This is the single deliberate write this otherwise read-only server performs, and it can only land on agent.* status topics.

Input parameters:

- `agent` (string, required): Your name on the blotter (e.g. "proof-search", "nightly-builder")
- `interval_s` (number): How often you promise to report (default 900); the blotter greys you at 2x
- `level` (string): Default INFO; WARN/ERROR when the status IS the problem
- `llm` (string, required): The model you run on (e.g. "claude-fable-5") - the blotter displays it
- `pct` (number): Percent complete, when the job has a shape
- `status` (string, required): One line: what is happening right now
- `task` (string): The overall job (e.g. "8h proof search, mathlib bump")

### `list_webhooks` (~116 tokens)

List the alarm gateway's routes: the production alarm door and every provisioned webhook endpoint (capture / relay / forward) with its PUBLIC URL, health light, ping latency and kind. Use this to find the URL to hand a webhook sender (Stripe, GitHub, a partner) - deliveries then arrive as wh.<name> events (tail_logs with topic wh.<name>; fields carry the signature verdict, relay status and up to 32KB of body). Ask stream_guide about "wh" for how to read them.

### `list_streams` (~75 tokens)

Summarise which log streams (topics) are active and their level mix. Cheap orientation - call this before tail_logs so you know what topics exist and where the errors are, instead of guessing topic names.

Input parameters:

- `window` (number): How many recent events to summarise (default 1000, max 1000)

### `tail_logs` (~201 tokens)

Read recent log events, newest last. ALWAYS narrow with topic and/or level - the firehose can be thousands of events per second. Returns a cursor; pass it back as `since` to read only what is new since your last call.

Input parameters:

- `contains` (string): Only events whose text contains this (case-insensitive)
- `level` (string): Minimum level; ERROR is the usual choice when hunting a bug
- `limit` (number): Max events (default 50, cap 200)
- `since` (number): Cursor from a previous call; 0 or omitted starts from the oldest kept
- `topic` (string): Exact topic (cpp.clock), a prefix ending in a dot (cpp. matches all cpp streams), or * for all
- `trace` (string): Follow ONE user action across every stream by its correlation id. This is the best tool for "what happened when X was pressed" - it deliberately ignores topic.

### `search_logs` (~100 tokens)

Find events matching text across the recent window - use when you know what the message says (an exception, an order id, a URL) but not which stream it is in.

Input parameters:

- `contains` (string, required): Text to find (case-insensitive)
- `level` (string): Optional minimum level
- `limit` (number): Max matches (default 50, cap 200)
- `topic` (string): Optional topic or prefix to narrow the search

### `search_history` (~268 tokens)

Search the on-disk journal: hours or days of history, not the few minutes the hub keeps in memory. This is the tool for "what happened at 3am" or anything older than the live ring - tail_logs and search_logs cannot see that far back. Needs superlog-journal to have been running at the time.

Input parameters:

- `contains` (string): Case-insensitive substring of the whole event, fields included
- `dir` (string): Journal directory (default ./superlog-journal, or $SUPER_LOG_JOURNAL)
- `level` (string): Minimum level
- `limit` (number): Max events (default 50, cap 200); the NEWEST matches
- `since` (string): Start of the window: 30m, 2h, 3d, 03:00 (today, UTC), 2026-08-22, or a full ISO timestamp. Windows on hub arrival time, which is the only reliable clock across streams
- `topic` (string): Exact topic (cpp.clock), a prefix ending in a dot (expo. matches every device stream), or *
- `trace` (string): One correlation id, across every stream
- `until` (string): End of the window, same forms as since

### `wait_for` (~146 tokens)

Block until a matching event appears, then return it. This is the one to use after you trigger something: start the action, then wait for its log line or error rather than sleeping and hoping. Returns promptly on the first match.

Input parameters:

- `contains` (string): Text the event must contain (case-insensitive)
- `level` (string): Optional minimum level, e.g. ERROR
- `since` (number): Only consider events after this cursor. Take a cursor BEFORE triggering your action so you cannot match something old.
- `timeout_ms` (number): How long to wait (default 30000, max 120000)
- `topic` (string): Optional topic or prefix

### `stream_guide` (~129 tokens)

Detailed documentation for a bench capability, before working with an unfamiliar topic: what its events and metrics mean, how to read them, and the gotchas (what a stall escalation is, why power says not root, why a diff can be silent). No arguments lists everything; name one entry or a playbook for the detail.

Input parameters:

- `name` (string): A stream entry (power, dl, build, fs, vitals, gpu, os-app, net, history) or a playbook (triage, follow-a-trace, silent-stream, power-incident, watch-a-download)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-super-log-super-log/super-log-mcp#diagnostics

## Score history

- 2026-09-25: 75
- 2026-09-24: 75
- 2026-09-23: 75
- 2026-09-22: 74
- 2026-09-21: 71
- 2026-09-20: 71
- 2026-09-19: 71
- 2026-09-18: 71
- 2026-09-17: 71
- 2026-09-16: 71
- 2026-09-15: 71

## Common questions

### What is the com.super-log/super-log MCP server?

com.super-log/super-log is an MCP server listed in the public MCP registry as com.super-log/super-log. Query your local super-log bench from an AI agent - read-only log tools over the hub. This page covers its npm package (@super-log/mcp).

### Is the com.super-log/super-log MCP server safe to use?

com.super-log/super-log scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.super-log/super-log MCP server expose?

com.super-log/super-log exposes 9 tools: hub_status, agent_report, list_webhooks, list_streams, tail_logs, and 4 more. Their descriptions and schemas cost roughly 1,384 tokens of context every time the server is loaded.

### Is the com.super-log/super-log MCP server still maintained?

com.super-log/super-log is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the com.super-log/super-log MCP server under?

com.super-log/super-log declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@super-log/mcp
- Socket report: https://socket.dev/npm/package/@super-log/mcp
- Repository: https://github.com/saxonnicholls/super-log
- Changelog RSS feed: https://verifymcp.io/servers/com-super-log-super-log/super-log-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-super-log-super-log/super-log-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-super-log-super-log/super-log-mcp
