termcp for Cursor
io.github.open-mcp-ai/termcp
An MCP server that lets AI agents act like a human at a real terminal, local or over SSH.
client:Cursor
transport:stdio
runtime:oci
Install termcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"termcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/open-mcp-ai/termcp:0.2.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs