Mmcp.market

Opsmaxx MCP server

by OpsMaxx·io.github.OpsMaxx/opsmaxx·v0.1.3

SSH, files, containers and databases via the OpsMaxx desktop app - scoped per capability, audited.

B82/100grade B
What users say
No reviews yet
Be the first
Safety scan
B82/100

full report

Adoption
Growing

0 stars255 downloads/wk

Reviews

Write one

Nobody has reviewed Opsmaxx yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Opsmaxx tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.8 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan3 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 7 days ago15/15
  • Maintainer identityregistry namespace matches repository owner7/10
Overall 82/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Opsmaxx repository's README, as published. We do not edit it. Read it on GitHub

@opsmaxx/mcp

Connect any stdio MCP client to a running OpsMaxx desktop app.

npx -y @opsmaxx/mcp

Why this exists

OpsMaxx already exposes an MCP server over Streamable HTTP on 127.0.0.1, and clients that can express an HTTP server with an Authorization header — Claude Code, Codex — should use that directly. It is one command:

opsmaxx claude

Some clients cannot. Claude Desktop, notably, does not read url or headers from claudedesktopconfig.json at all, so an HTTP MCP server is simply not expressible there. This package is the adapter for those: stdio in, authenticated HTTP out.

What it does, and does not

It is a protocol relay. Every message is forwarded unmodified in both directions. No tool, session or policy logic lives here — access groups, approvals, secret redaction and the audit log all stay in the app, so a stdio client gets exactly the same treatment an HTTP client would.

It talks only to 127.0.0.1. It is not a server, it holds no state, and it cannot reach anything OpsMaxx would not already allow.

OpsMaxx must be running, with the bridge enabled under AI & MCP.

Configuration

Environment first, then the session the opsmaxx CLI has already cached:

If none are set it reads the session cached by the CLI, so running opsmaxx claude once is enough and there is no token to paste.

Claude Desktop

{
  "mcpServers": {
    "opsmaxx": {
      "command": "npx",
      "args": ["-y", "@opsmaxx/mcp"],
      "env": {
        "OPSMAXX_MCP_TOKEN": "your-session-token",
        "OPSMAXX_MCP_PORT": "5177"
      }
    }
  }
}

Restart Claude Desktop afterwards.

A note on the token

The token is scoped to one workspace and one access group, and it is the same secret you would otherwise paste into a client's config by hand. It is not an SSH key and it is not a vault password: an agent holding it still never receives an SSH password, a private key, a database credential, a hostname or an interactive root shell. See the threat model.

Licence

MIT. Source:

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @opsmaxx/mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add opsmaxx -- npx -y @opsmaxx/mcp
Add to Cursor

Opsmaxx: common questions

Is Opsmaxx MCP server safe?
Mostly: it is graded B (82/100). Read the Opsmaxx safety report
How do I install Opsmaxx?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Opsmaxx need an API key?
Yes. The registry entry asks for OPSMAXX_MCP_TOKEN.
Is Opsmaxx maintained?
The last commit was 8 days ago (2026-09-13). The latest release is v0.1.3.
What can I use instead of Opsmaxx?
Servers from other publishers that do the same job: SSH — policy-gated remote access MCP server.

Alternatives to Opsmaxx

Same job from other publishers: the closest match first, then the best rated.

More from OpsMaxx