ssh-mcp 0.1.0

SSH Model Context Protocol Server Integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SSH MCP Server Configuration

# Server settings
SSH_PORT=22
MCP_PORT=8000

# Server hostname (leave as 0.0.0.0 to listen on all interfaces)
HOST=0.0.0.0

# SSH host key path (will be generated if it doesn't exist)
SSH_KEY_PATH=ssh_host_key

# Model settings
MODEL_API_KEY=your_api_key_here
DEFAULT_MODEL=gpt-4

# Logging settings
RUST_LOG=info