mcpHydroSSH CLAUDE.md

mcpHydroSSH CLAUDE.md is an instructions file for coding agents from hydroCoderClaud/mcpHydroSSH. It costs 1,419 tokens per session, scanned A, original, MIT.

Repository instructions for mcpHydroSSH, a TypeScript MCP server that lets Claude Code connect to remote computers over SSH and run commands. It documents the project structure and its development commands.

In plain words
What is it for?
Use it when working on mcpHydroSSH, especially to understand its MCP server and SSH manager, run its checks, or start its development and production servers.
Why use it?
It gives a coding agent the project context and the commands needed to build, test, lint, format, and run the server. This reduces guesswork when changing the repository.

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/hydrocoderclaud/mcphydrossh/claude-md
Clone the repo
git clone --depth 1 https://github.com/hydroCoderClaud/mcpHydroSSH

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 mcpHydroSSH CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hydrocoderclaud/mcphydrossh/claude-md.svg)](https://agentmods.dev/instructions/hydrocoderclaud/mcphydrossh/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/hydrocoderclaud/mcphydrossh/claude-md"><img src="https://agentmods.dev/badge/instructions/hydrocoderclaud/mcphydrossh/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,419 This file is loaded in full into every session.
When invoked 1,419 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.01419 $0.01419
Opus 5 $0.00709 $0.00709
Sonnet 5 $0.00284 $0.00284
Haiku 4.5 $0.00142 $0.00142

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

Security

Grade A, and why

mcpHydroSSH 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 · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 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.

Commands

Command Description
npm install Install dependencies
npm run build Build the TypeScript project (output to dist/)
npm run dev Run in development mode with tsx watch
npm start Run the compiled server from dist/index.js
npm test Run tests with Vitest
npm run lint Run ESLint
npm run format Format code with Prettier

Project Overview

mcpHydroSSH is an MCP (Model Context Protocol) server that provides SSH capabilities to Claude Code. It allows connecting to remote servers, executing commands, and maintaining persistent SSH connections.

Published:

High-Level Architecture

Core Components

  1. MCP Server Layer (src/index.ts - 724 lines)

    • Exposes 10 MCP tools
    • Uses @modelcontextprotocol/sdk for stdio transport
    • Entry point: #! /usr/bin/env node
  2. SSH Manager (src/ssh-manager.ts - 349 lines)

    • SSHManager class manages multiple SSH connections
    • Connection pool: Map<connectionId, SSHConnection>
    • Tracks lastConnectionId for default connection behavior
    • Handles connection lifecycle, command execution, timeouts
  3. Config Layer (src/config.ts - 203 lines)

    • Loads and validates config from ~/.claude/ssh-mcp-config.json
    • Uses Zod schema validation
    • Provides server config lookup by ID
    • Supports add/remove/update server operations
  4. Type Definitions (src/types.ts - 65 lines)

    • ServerConfig: Server connection details
    • Config: Full config with servers and settings
    • SSHConnection: Active connection state
    • ExecResult: Command execution result
    • ConnectionStatus: Status info for MCP responses

MCP Tools (10)

Tool Parameters Description
ssh_list_servers None List configured servers
ssh_connect serverId, timeout? Connect to server
ssh_exec command, connectionId?, timeout?, cwd? Execute command
ssh_get_status connectionId? Get connection status
ssh_disconnect connectionId? Disconnect from server
ssh_view_config None View config (filters sensitive info)
ssh_help topic? Show help information
ssh_add_server Server config fields Add server configuration
ssh_remove_server serverId Remove server configuration
ssh_update_server serverId + fields Update server configuration

Read the full file on GitHub · 154 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 · 154 lines · 1,419 tokens per session scan A 1f796a50758e

Subscribe to this mod's changes

mcpHydroSSH CLAUDE.md is an instructions file published in the GitHub repository hydroCoderClaud/mcpHydroSSH (6 stars, last pushed 5mo ago), licensed MIT. It adds 1,419 tokens to every session, about $0.0071 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.

Related

Other instructions, from other repositories

platform AGENTS.md

AGENTS.md instructions for doka-guide/platform, covering agents.md — как работать с платформой доки, 1. правила работы, сначала подумай, потом пиши, минимум кода and правки хирургические.

doka-guide/platform · 2,820 tokens

zapo CLAUDE.md

Instructions for vinikjkkj/zapo: The contributor handbook for this repository lives in AGENTS.md. Read that file and follow it as your primary source of project conventions, architecture rules, performance constraints, and review anti-patterns.

vinikjkkj/zapo · 152 tokens

Silex AGENTS.md

AGENTS.md instructions for silexlabs/Silex, covering agents.md, tech stack, run it locally, building the desktop app and when writing code for silex (editing source).

silexlabs/Silex · 1,155 tokens

SoDam-WikiMate AGENTS.md

AGENTS.md instructions for sodam-ai/SoDam-WikiMate, covering wikimate 작업 규칙 (크로스툴 — claude code · codex · gemini 공용), 문체, 자동 동작 (자연어 트리거 — 강제 호출 불필요), 접근 규칙 (자동 감지 — 특정 도구에 한정하지 않음) and obsidian 규칙.

sodam-ai/SoDam-WikiMate · 2,495 tokens

hal-9000 AGENTS.md

Instructions for vinta/hal-9000, covering agents.md, commands, gotchas, external tool documentation and context7 library ids.

vinta/hal-9000 · 786 tokens

node-express-boilerplate typescript-assertions.instructions.md

Use when editing TypeScript in src to avoid assertion-related lint/type regressions after merges. Prefer narrowing, type guards, satisfies, and as const/typeof over unsafe casts.

KhaledSaeed18/node-express-boilerplate · 344 tokens