File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <a href =" https://github.com/hunchom/claude-code-ssh/blob/main/LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-informational?style=flat-square " alt =" license " /></a >
1212 <img src =" https://img.shields.io/badge/node-%E2%89%A518-informational?style=flat-square " alt =" node 18+ " />
1313 <img src =" https://img.shields.io/badge/mcp-server-FF6B1A?style=flat-square " alt =" mcp server " />
14- <a href =" https://github. com/hunchom /claude-code-ssh/releases " ><img src =" https://img.shields.io/github /v/tag/hunchom/ claude-code-ssh?label=version& style=flat-square " alt =" version " /></a >
14+ <a href =" https://www.npmjs. com/package /claude-code-ssh " ><img src =" https://img.shields.io/npm /v/claude-code-ssh?style=flat-square&color=cb3837&label=npm " alt =" npm version" /></a >
1515</p >
1616
1717<p align =" center " >
@@ -127,6 +127,17 @@ flowchart LR
127127
128128## Install
129129
130+ ** From npm** ([ ` claude-code-ssh ` ] ( https://www.npmjs.com/package/claude-code-ssh ) ):
131+
132+ ``` bash
133+ npm install -g claude-code-ssh
134+ cp $( npm root -g) /claude-code-ssh/.env.example ~ /.claude-code-ssh.env
135+ # edit ~/.claude-code-ssh.env with your servers, then:
136+ claude mcp add ssh-manager claude-code-ssh
137+ ```
138+
139+ ** From source** (for development or hacking on the tools):
140+
130141``` bash
131142git clone https://github.com/hunchom/claude-code-ssh
132143cd claude-code-ssh
You can’t perform that action at this time.
0 commit comments