Interminal for Cursor
io.github.qiuwenzheng/interminal
Lightweight MCP server providing terminal access (SSH & local shells) for AI assistants.
client:Cursor
transport:stdio
runtime:pypi
Install Interminal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"interminal": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-interminal"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs