AI Agents for Server Automation (Codex, Claude Code, OpenCode)
Connect Codex CLI, Claude Code, OpenCode, or any MCP-compatible AI agent to Tempest's MCP server to automate SSH operations, server maintenance, and interactive terminal tasks without writing scripts.
How it works
┌─────────────┐ MCP (stdio / HTTP) ┌──────────────────────┐
│ AI agent │ ←────────────────────────→ │ tempest mcp server │
│ (Codex CLI, │ tool calls & results │ │
│ Claude, │ │ ssh_connect │
│ OpenCode…) │ │ feed_from_terminal │
└─────────────┘ │ feed_from_session │
│ list_ssh_servers │
│ … (15 tools total) │
└──────────┬───────────┘
│ libssh2 / PTY
▼
┌──────────────────────┐
│ your remote host │
└──────────────────────┘Setup
Practical examples
Check disk usage across all your servers
Restart a failing systemd service
Investigate a full disk
Drive an interactive TUI
Batch deploy a config change to multiple servers
Tips for writing effective prompts
Auditing the agent at runtime
See also
Last updated