Agent-Native Terminal
Connect Termany to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Agent-Native Terminal. The termany mcp server is what makes that connection.
Termany keeps a large number of agent sessions in one window, tells you which session needs you, and puts the work around those sessions in the same place: diffs, worktrees, ports, remote hosts, and token cost.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Files — a file tree. Click a file to edit it in place (CodeMirror, language detection,Conversation — a chat pane over ACP, with its own model pickerBrowser — a webview. When a pane starts to serve a port, Termany offers to open itPer — pane SSH.** Each pane picks its own connection, so a local shell and two remote hostsCloud — move apps/server behind auth and a container-per-session sandboxVariable — DefaultTERMANY_PORT — 5174 release / 5175 devTERMANY_PASTE_DIR — system tempVITE_PTY_URL — ws://localhost:5174 release / :5175 devVITE_API_URL — follows VITE_PTY_URLKey — ActionShortcuts — A starting set. All of them are rebindable in Settings → KeyboardConfiguration is passed through the environment: VITE_PTY_URL, VITE_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the browser automation group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Termany's toolset — Files, Conversation, Browser and 10 more — is a fair guide to whether it matches your workflow. It is maintained by thinkany-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Termany's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Files | a file tree. Click a file to edit it in place (CodeMirror, language detection, |
| Conversation | a chat pane over ACP, with its own model picker. |
| Browser | a webview. When a pane starts to serve a port, Termany offers to open it. |
| Per | pane SSH.** Each pane picks its own connection, so a local shell and two remote hosts |
| Cloud | move apps/server behind auth and a container-per-session sandbox. |
| Variable | Default |
| TERMANY_PORT | 5174 release / 5175 dev |
| TERMANY_PASTE_DIR | system temp |
| VITE_PTY_URL | ws://localhost:5174 release / :5175 dev |
| VITE_API_URL | follows VITE_PTY_URL |
| Key | Action |
| Shortcuts | A starting set. All of them are rebindable in Settings → Keyboard. |
| Contributors | The Contributors tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| VITE_PTY_URL | Endpoint or connection string the server talks to. | Yes |
| VITE_API_URL | Endpoint or connection string the server talks to. | Yes |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.