★ 12 stars
Rust
💻 Code/Dev Tools
Updated 13d ago
The first SSH client built for AI agents. Let Claude Code, Codex, and other CLI agents manage your servers through MCP skills. Beautiful UI, native performance.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"vibeshell": {
"command": "cargo",
"args": [
"run",
"--",
"vibeshell"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add vibeshell cargo run -- vibeshell
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"vibeshell": {
"command": "cargo",
"args": [
"run",
"--",
"vibeshell"
]
}
}
}
📋 Copy
Topics
desktop-app react rust sftp ssh ssh-client tauri terminal tokyo-night xterm