Mcp Ssh Wingman
@conallob
关于 Mcp Ssh Wingman
MCP Server for providing read only access to your shell prompt
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ssh-wingman": {
"command": "/usr/local/bin/mcp-ssh-wingman",
"args": [
"--session",
"mcp-wingman"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP SSH Wingman?
A Model Context Protocol (MCP) server that provides read-only access to Unix shell prompts via tmux. It enables AI assistants like Claude to safely observe terminal environments without executing commands.
How to use MCP SSH Wingman?
Install via Homebrew or pre-built binaries, then launch with mcp-ssh-wingman (optionally with --session my-session). Integrate with Claude Desktop or Gemini CLI by adding the server to their configuration files and restarting the client.
Key features of MCP SSH Wingman
- Read-only terminal access with no execution risk
- Integrates with tmux session management
- Captures scrollback history
- Retrieves terminal metadata (dimensions, path, session info)
- Uses standard MCP protocol for AI assistant integration
Use cases of MCP SSH Wingman
- Monitor long-running processes and build outputs
- Observe terminal-based application behavior
- Debug issues by reviewing terminal history
- Provide context-aware assistance based on current terminal state
FAQ from MCP SSH Wingman
How does MCP SSH Wingman differ from other SSH MCP servers?
It enforces read-only access via tmux, never sending keystrokes or commands, eliminating the risk of accidental execution.
What are the runtime dependencies?
tmux must be installed. Optionally Go 1.21+ is needed only for building from source.
Where does the terminal data reside?
Data is read from local tmux sessions; there is no remote access.
Does MCP SSH Wingman support GNU screen
开发工具 分类下的更多 MCP 服务器
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论