
Interminal
Let your coding agent run local shells and SSH sessions without you copy-pasting every command.
Overview
Interminal is an MCP server for the Build phase that exposes local and SSH terminal sessions so your AI assistant can run shell commands directly.
What is this MCP server?
- stdio MCP server on PyPI (mcp-interminal) at version 1.0.4
- Local shell execution for AI assistants from the agent session
- SSH remote terminal access alongside local shells
- Lightweight footprint aimed at day-to-day dev and automation commands
- Catalog version 1.0.4
- 1 PyPI package identifier: mcp-interminal
- Transport: stdio
Community signal: 2 GitHub stars.
What problem does it solve?
Agents can write commands but cannot execute them unless you manually run every line in a separate terminal.
Who is it for?
Indie developers who want Claude or Cursor to run builds, scripts, and SSH fixes on real machines during active development.
Skip if: Teams that forbid agents from shell access, or workflows that only need read-only file edits with no command execution.
What do I get? / Deliverables
After you register Interminal, your agent can invoke shell and SSH tools in-session so build and ops commands happen in one workflow.
- Registered stdio MCP server exposing terminal and SSH tools to your agent
- In-session command execution on local or remote hosts during build and ops tasks
Recommended MCP Servers
Journey fit
Terminal access is most often wired while you are building and automating agent workflows, even though the same tools help in production ops. Interminal is an MCP bridge that exposes shell/SSH to the agent—classic agent-tooling on the build shelf.
How it compares
MCP terminal bridge, not a hosted cloud IDE or a read-only codebase skill.
Common Questions / FAQ
Who is Interminal for?
Solo and indie builders using AI coding agents who need local or SSH command execution from the same session where they plan and edit code.
When should I use Interminal?
Use it when repetitive terminal work—dependency installs, test runs, deploy scripts, or remote log checks—should be driven by the agent instead of manual copy-paste.
How do I add Interminal to my agent?
Install the PyPI package mcp-interminal (version 1.0.4), configure it as a stdio MCP server in your client, and restrict SSH keys and hosts to what you trust.