A remote terminal MCP for Cursor
A remote terminal MCP for Cursor. The remote terminal mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
A remote terminal MCP for Cursor
Everything the assistant can do here goes through one of these:
server_name — 服务器名称(必需)local_path — 本地Git仓库路径(必需)remote_path — 远程Git仓库路径(必需)branch — Git分支名称(可选)commit_hash — 特定提交哈希(可选)force — 强制同步(可选,默认false)The server ships on npm as @xuyehua/remote-terminal-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Remote Terminal MCP's toolset — server_name, local_path, remote_path and 3 more — is a fair guide to whether it matches your workflow. It is maintained by maricoxu; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Remote Terminal MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| server_name | 服务器名称(必需) |
| local_path | 本地Git仓库路径(必需) |
| remote_path | 远程Git仓库路径(必需) |
| branch | Git分支名称(可选) |
| commit_hash | 特定提交哈希(可选) |
| force | 强制同步(可选,默认false) |
### 配置
在Cursor中配置MCP服务器:
```json
{
"mcpServers": {
"remote-terminal": {
"command": "npx",
"args": ["@xuyehua/remote-terminal-mcp"],
"env": {}
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.