NikolaNddTesla/ssh-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_serversA | List all configured servers and active connections |
| get_serverB | View server configuration details |
| connectB | Manually connect to server (usually not needed, tools auto-connect) |
| quick_connectA | Temporary server connection (not saved). Returns host:port as server_id for subsequent operations |
| disconnectC | Disconnect from server |
| test_connectionA | Test server connectivity (does not affect existing connections) |
| executeC | Execute shell command on remote server |
| write_fileA | Write content to remote file (overwrite) |
| read_fileA | Read remote file content (supports line range, suitable for logs and config files) |
| upload_fileA | Upload local file to remote server (path-based, zero token cost. Use async mode for large files) |
| upload_directoryA | Upload local directory to remote server (auto compress, transfer, and extract. Use async for large dirs) |
| download_fileB | Download file from remote server (use async mode for large files) |
| download_directoryA | Download remote directory (remote compress → download → local extract. Use async for large dirs) |
| transfer_statusA | Check background transfer task progress (use with async_transfer=true) |
| add_serverC | Add or update server configuration |
| update_serverA | Update server configuration (only pass fields to change, rest unchanged) |
| delete_serverC | Delete server configuration |
| rename_serverC | Rename server ID (alias) |
| list_proxiesA | List all configured SOCKS proxies |
| add_proxyC | Add or update SOCKS proxy preset |
| delete_proxyC | Delete proxy preset |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NikolaNddTesla/ssh-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server