Sign In

nodebench-mcp-power

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-power

NodeBench MCP power lane. Founder, recon, packets, and deeper research workflows on the shared NodeBench runtime.

latest
Source
npmnpm
Version
3.1.5
Version published
Weekly downloads
17
54.55%
Maintainers
1
Weekly downloads
 
Created
Source

NodeBench MCP Power

nodebench-mcp-power is the expanded workflow lane for agent-native users who already know they need more than the tiny core install.

It runs the same NodeBench runtime as nodebench-mcp, but starts in the power lane:

  • founder workflows
  • recon and web-heavy research
  • shared context and sync bridge
  • session memory, entity lookup, delta, and site map

Install

claude mcp add nodebench-power -- npx -y nodebench-mcp-power

Or in raw MCP config:

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

What it is for

Use this package when the default nodebench-mcp lane is too small and you want the richer founder/research surface immediately, without turning on the admin runtime.

If you need the tiny workflow-first front door instead, use nodebench-mcp. If you need profiling, dashboards, eval, and operator tooling, use nodebench-mcp-admin.

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