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.
npx agentmods add instructions/bvisible/mcp-ssh-manager/claude-mdgit clone --depth 1 https://github.com/bvisible/mcp-ssh-managerWrote 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.
[](https://agentmods.dev/instructions/bvisible/mcp-ssh-manager/claude-md)<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>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.
| Model | Per session | Once 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 |
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 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:
-
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
-
Server Management (
tools/server_manager.py): Python CLI for configuration- Manages
.envfile with server configurations - Tests connections using Paramiko
- Configures Claude Code integration
- Manages
-
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
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.
- 4d ago First seen · 253 lines · 2,769 tokens per session scan B add6d5244f91
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.
Other instructions, from other repositories
databasement CLAUDE.md
Claude Code instructions for David-Crty/databasement, covering claude.md, project overview, development commands, setup and installation and running the application.
seekstone CLAUDE.md
Instructions for shaqmughal/seekstone, covering claude.md, what this repo is, commands, the harness itself (run after npm install) and architecture.
plan-forge database.instructions.md
Database patterns for .NET — Dapper/EF Core, parameterized queries, migration strategy.
pg-dash CLAUDE.md
Claude Code instructions for indiekitai/pg-dash, covering pg-dash claude.md, 项目结构, 构建与测试, 发版纪律(强制) and 发版检查清单(每次 npm publish 前必须按序执行).
MCP-SqlServer CLAUDE.md
Claude Code instructions for Aron-Valenzuela/MCP-SqlServer, covering claude.md, project overview, setup (for each user), 1. install dependencies and 2. configure claude desktop.
plsql-intelligence AGENTS.md
Instructions for MuhDur/plsql-intelligence, covering agents.md — plsql-intelligence, founder constraints (plan.md §3, non-negotiable), plan rules to internalize (plan.md §4), rule 1 – absolute (do not ever violate this) and irreversible git & filesystem actions.