ssh-mcp CLAUDE.md

ssh-mcp CLAUDE.md is an instructions file for coding agents from d3v1an/ssh-mcp. It costs 1,551 tokens per session, scanned A, original, MIT.

A set of project instructions for an MCP server that manages remote computers over SSH. SSH is a secure way to connect to another computer, while SFTP transfers files over that connection.

In plain words
What is it for?
Use it when building or maintaining features for SSH connections, remote command execution, interactive shells, server profiles, or SFTP file operations.
Why use it?
It gives the coding agent the project's structure, commands, and source-file responsibilities, reducing guesswork when working on the server.

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/d3v1an/ssh-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/d3v1an/ssh-mcp

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 ssh-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/d3v1an/ssh-mcp/claude-md.svg)](https://agentmods.dev/instructions/d3v1an/ssh-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/d3v1an/ssh-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/d3v1an/ssh-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,551 This file is loaded in full into every session.
When invoked 1,551 The same file — it is already loaded in full.
Security scan A 0 findings. 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.01551 $0.01551
Opus 5 $0.00776 $0.00776
Sonnet 5 $0.00310 $0.00310
Haiku 4.5 $0.00155 $0.00155

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

Security

Grade A, and why

ssh-mcp CLAUDE.md scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 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 (Model Context Protocol) server for SSH remote server administration. Enables AI models to manage remote servers over SSH — executing commands, transferring files via SFTP, and reading/writing remote files. Documentation is in Spanish.

Commands

npm run build      # Compile TypeScript → dist/
npm start          # Run MCP server (dist/index.js)

No test or lint commands are configured yet.

Architecture

Single-class MCP server (SSHMCPServer in src/index.ts) that manages one SSH connection at a time via the ssh2 library.

Source Files

  • src/index.ts — Main server class. Handles MCP tool dispatch, SSH/SFTP connection lifecycle, command execution, interactive exec (PTY + auto-response), persistent shell sessions, and file operations. All tool handlers are methods on SSHMCPServer. Version is read dynamically from package.json.
  • src/tools.ts — MCP tool definitions (name, description, JSON Schema). 17 tools: ssh_list_profiles, ssh_connect, ssh_disconnect, ssh_status, ssh_exec, ssh_exec_interactive, ssh_shell_start, ssh_shell_send (includes sensitive flag), ssh_shell_read, ssh_shell_close, ssh_upload, ssh_download, ssh_ls, ssh_read_file, ssh_write_file, ssh_history, ssh_undo.
  • src/profiles.ts — Loads and validates SSH profiles from profiles.json at startup (not on first use). Validates required fields (host, port, username, privateKeyPath, hostFingerprint), verifies the key file is readable, and caches private keys in memory. Never exposes private keys or passphrases in responses.
  • src/security.ts — Dangerous command detection (regex patterns) and AuditLogger. Uses WriteStream for non-blocking writes with 0o600 permissions (enforced via chmodSync on existing files). Common secret patterns (password=, token=, Bearer) are redacted before writing.
  • src/types.ts — TypeScript interfaces: SSHProfile (includes hostFingerprint, localSandboxDir), AuditEntry, PromptResponse, ShellSession, CommandRecord, ReverseInfo.
  • src/utils.ts — Pure utility functions: formatUptime, padRight, escapeShellArg, stripAnsi.
  • src/validation.ts — Input validation helpers: requireString, optionalString, optionalBoolean, optionalNumber, clampTimeout (bounds: 1s–5min).

Read the full file on GitHub · 62 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 · 62 lines · 1,551 tokens per session scan A 1989f02d589a

Subscribe to this mod's changes

ssh-mcp CLAUDE.md is an instructions file published in the GitHub repository d3v1an/ssh-mcp (0 stars, last pushed 3mo ago), licensed MIT. It adds 1,551 tokens to every session, about $0.0078 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.