🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nodebench-mcp-admin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebench-mcp-admin

NodeBench MCP admin lane. Profiling, observability, dashboards, eval, and operator workflows on the shared NodeBench runtime.

latest
Source
npmnpm
Version
3.1.5
Version published
Maintainers
1
Created
Source

NodeBench MCP Admin

nodebench-mcp-admin is the operator lane for the same NodeBench runtime.

It starts with the admin lane and enables the admin runtime surfaces automatically:

  • profiling and observability
  • dashboards
  • eval and quality lanes
  • execution trace and mission harness

Install

claude mcp add nodebench-admin -- npx -y nodebench-mcp-admin

Or in raw MCP config:

{
  "mcpServers": {
    "nodebench-admin": {
      "command": "npx",
      "args": ["-y", "nodebench-mcp-admin"]
    }
  }
}

What it is for

Use this package when you are operating, profiling, benchmarking, or debugging the NodeBench runtime itself.

If you want the public workflow-first front door, use nodebench-mcp. If you want a larger research/founder lane without dashboards and operator runtime, use nodebench-mcp-power.

Keywords

mcp

FAQs

Package last updated on 12 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts