MCP SSH Server for Windsurf
@yoi-hibino
关于 MCP SSH Server for Windsurf
MCP SSH server for Windsurf integration
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-ssh-server": {
"command": "python",
"args": [
"app.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP SSH Server for Windsurf?
A Model Context Protocol (MCP) compatible SSH server designed for seamless integration with Windsurf IDE. It enables SSH operations—such as connecting, executing commands, and managing sessions—directly through Windsurf’s MCP interface.
How to use MCP SSH Server for Windsurf?
Clone the repository, install dependencies (pip install -r requirements.txt), and configure the Windsurf MCP settings file with your SSH credentials as environment variables (SSH_DEFAULT_HOST, SSH_DEFAULT_PORT, SSH_DEFAULT_USERNAME, SSH_DEFAULT_PASSWORD). Run python app.py to start the server on port 5050. Then add the MCP server configuration (command: python3, args: path to app.py, protocol: http, host: localhost, port: 5050) to your Windsurf MCP config.
Key features of MCP SSH Server for Windsurf
- Full MCP protocol support for SSH operations
- Auto-connect to predefined SSH servers
- Interactive terminal interface for SSH sessions
- Support for both password and key-based authentication
- Compatible with Windsurf IDE through MCP integration
- Implements necessary MCP endpoints for proper Windsurf integration
Use cases of MCP SSH Server for Windsurf
- Managing remote servers directly from Windsurf IDE
- Executing commands on SSH servers via MCP commands
- Automating SSH tasks within Windsurf workflows
- Troubleshooting Windsurf MCP connection errors
FAQ from MCP SSH Server for Windsurf
What is the purpose of this server?
It provides MCP protocol endpoints that allow Windsurf IDE to communicate with SSH servers for remote management and command execution.
What are the runtime requirements?
Python 3.7 or higher, plus the Flask and Paramiko libraries (installed via pip install -r requirements.txt).
How do I configure SSH credentials?
Set the environment variables SSH_DEFAULT_HOST, SSH_DEFAULT_PORT, SSH_DEFAULT_USERNAME, and optionally SSH_DEFAULT_PASSWORD in the Windsurf MCP configuration file.
What MCP endpoints does the server expose?
The server implements /alive, /list_sessions, /mcp/status, /mcp/connect, /mcp/execute, /mcp/disconnect, /ssh/capabilities, and /ssh/sessions.
How can I resolve the “Error: request failed” message in Windsurf Settings?
Ensure the server is running at http://localhost:5050/, restart both the MCP SSH server and the Windsurf application, and verify that all MCP endpoints respond correctly.
开发工具 分类下的更多 MCP 服务器

Sentry
modelcontextprotocolModel Context Protocol Servers
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论