MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker
| Tool name | Description | Destructive? |
|---|---|---|
| create_session | ✓ no | |
| send_command | ✓ no | |
| read_output | ✓ no | |
| list_sessions | ✓ no | |
| close_session | ✓ no |
| send_control | ✓ no | |
| confirm_dangerous_command⚠ | ⚠ yes |
{
"mcpServers": {
"iogithubamol21pinteractive-terminal": {
"command": "npx",
"args": [
"-y",
"mcp-interactive-terminal"
]
}
}
}