Remote Terminal MCP for Cursor
io.github.tim00r/remote-terminal
Complete SSH terminal for Linux with AI/user control and dual-stream visibility
client:Cursor
transport:stdio
runtime:pypi
Install Remote Terminal MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"remote-terminal": {
"type": "stdio",
"command": "uvx",
"args": [
"remote-terminal-mcp"
],
"env": {
"REMOTE_TERMINAL_ROOT": "<REMOTE_TERMINAL_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs