-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserver.json
More file actions
64 lines (64 loc) · 1.56 KB
/
Copy pathserver.json
File metadata and controls
64 lines (64 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"$schema": "https://registry.modelcontextprotocol.io/schemas/server.json",
"name": "io.github.muchiny/mcp-ssh-bridge",
"version": "1.14.0",
"description": "Secure SSH bridge for AI-powered remote server management. 357 tools across 75 groups for Linux, Windows, Docker, Kubernetes, and more.",
"repository": {
"url": "https://github.com/muchiny/mcp-ssh-bridge",
"source": "github"
},
"license": "MIT",
"runtime": "binary",
"transport": ["stdio", "streamable-http"],
"mcpVersion": "2025-11-25",
"capabilities": {
"tools": true,
"resources": true,
"prompts": true,
"sampling": true,
"elicitation": true
},
"packages": [
{
"registryType": "mcpb",
"name": "mcp-ssh-bridge",
"version": "1.14.0",
"url": "https://github.com/muchiny/mcp-ssh-bridge/releases/latest",
"platforms": [
"linux-x64",
"linux-arm64",
"macos-x64",
"macos-arm64",
"windows-x64"
]
},
{
"registryType": "oci",
"name": "ghcr.io/muchiny/mcp-ssh-bridge",
"version": "1.14.0"
}
],
"keywords": [
"ssh",
"mcp",
"devops",
"remote",
"automation",
"linux",
"windows",
"docker",
"kubernetes",
"air-gapped"
],
"authors": [
{
"name": "muchiny",
"url": "https://github.com/muchiny"
}
],
"links": {
"homepage": "https://github.com/muchiny/mcp-ssh-bridge",
"documentation": "https://docs.rs/mcp-ssh-bridge",
"changelog": "https://github.com/muchiny/mcp-ssh-bridge/blob/main/CHANGELOG.md"
}
}