mcp-ssh-manager CLAUDE.md

mcp-ssh-manager CLAUDE.md is an instructions file for coding agents from bvisible/mcp-ssh-manager. It costs 2,769 tokens per session, scanned B, original, MIT.

A project instruction file for Claude Code that explains the MCP SSH Manager's purpose, parts, commands, setup, and installation. MCP is a standard way for AI tools to connect to outside services.

In plain words
What is it for?
It is for understanding, setting up, and maintaining a Node.js server and Python tools that manage SSH connections, remote commands, file transfers, and deployments.
Why use it?
It gives the coding agent the project context needed to work with the repository without having to discover the structure and commands from scratch.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/bvisible/mcp-ssh-manager/claude-md
Clone the repo
git clone --depth 1 https://github.com/bvisible/mcp-ssh-manager

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-ssh-manager CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bvisible/mcp-ssh-manager/claude-md.svg)](https://agentmods.dev/instructions/bvisible/mcp-ssh-manager/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/bvisible/mcp-ssh-manager/claude-md"><img src="https://agentmods.dev/badge/instructions/bvisible/mcp-ssh-manager/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,769 This file is loaded in full into every session.
When invoked 2,769 The same file — it is already loaded in full.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02769 $0.02769
Opus 5 $0.01385 $0.01385
Sonnet 5 $0.00554 $0.00554
Haiku 4.5 $0.00277 $0.00277

Measured 4d ago against content hash add6d5244f91, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

mcp-ssh-manager CLAUDE.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- `ssh_execute_sudo`: Execute commands with sudo privileges
CLAUDE.md · 253 lines

How it starts

The opening of the file, as written. The whole thing — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

MCP SSH Manager is a Model Context Protocol server that enables Claude Code to manage multiple SSH connections. It provides tools for executing commands, transferring files, and managing deployments across remote servers.

Architecture

The system consists of three main components:

  1. MCP Server (src/index.js): Node.js-based MCP server using the Model Context Protocol SDK

    • Handles SSH connections via node-ssh library
    • Manages connection pooling to avoid reconnecting
    • Provides MCP tools for Claude Code integration
  2. Server Management (tools/server_manager.py): Python CLI for configuration

    • Manages .env file with server configurations
    • Tests connections using Paramiko
    • Configures Claude Code integration
  3. Deployment Helpers (src/deploy-helper.js, src/server-aliases.js): Advanced features

    • Automated deployment strategies with permission handling
    • Server alias management for simplified access
    • Batch deployment scripts generation

Commands

Setup and Installation

npm install                                    # Install Node.js dependencies
./scripts/setup-hooks.sh                      # Setup pre-commit hooks for development

Server Management (Bash CLI)

ssh-manager server add                        # Add a new server
ssh-manager server list                       # List configured servers
ssh-manager server test SERVER                # Test connection to specific server
ssh-manager server remove SERVER              # Remove a server
ssh-manager server show SERVER                # Show server details

OpenAI Codex Integration

ssh-manager codex setup                       # Configure for Codex
ssh-manager codex migrate                     # Convert servers to TOML
ssh-manager codex test                        # Test Codex integration
ssh-manager codex convert to-toml            # Convert .env to TOML
ssh-manager codex convert to-env             # Convert TOML to .env

Read the full file on GitHub · 253 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 253 lines · 2,769 tokens per session scan B add6d5244f91

Subscribe to this mod's changes

mcp-ssh-manager CLAUDE.md is an instructions file published in the GitHub repository bvisible/mcp-ssh-manager (467 stars, last pushed today), licensed MIT. It adds 2,769 tokens to every session, about $0.0138 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.