UNPKG
mcp-ssh
Version:
latest (1.0.1)
1.0.1
1.0.0
SSH Server for Model Context Protocol
github.com/shaike1/mcp-server-ssh
shaike1/mcp-server-ssh
mcp-ssh
/
config.json
20 lines
•
336 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"server"
:
{
"host"
:
"0.0.0.0"
,
"port"
:
8080
}
,
"connections"
:
{
"default"
:
{
"host"
:
"example.com"
,
"username"
:
"admin"
,
"password"
:
""
,
"port"
:
22
,
"keepaliveInterval"
:
60000
,
"readyTimeout"
:
30000
}
}
,
"logging"
:
{
"level"
:
"info"
,
"file"
:
"ssh-server.log"
}
}