mcpbeat Sign in

pty-mcp MCP Server

by raychao-oao Your server? Claim it
local only

pty-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Interactive PTY sessions over MCP: local shells, SSH, serial ports, and persistent remote sessions.

Installs / week
not published
16
Stars
0 open issues
9 Sep 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        if keyPath := ssh_config.Get(host, "IdentityFile"); keyPath != "" && keyPath != "~/.ssh/identity" {
        if keyPath := ssh_config.Get(host, "IdentityFile"); keyPath != "" && keyPath != "~/.ssh/identity" {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to pty-mcp

same job, measured the same way
Remote SSH MCP
by the-nine-nation

Persistent stateful remote SSH sessions for AI agents via MCP + OpenSSH.

42 installs/wk local only
Interactive Terminal
by amol21p

MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker

68 installs/wk local only
Terminal MCP
by mkpvishnu

MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps

151 installs/wk local only
Warmplane
by warmplane

Local MCP control plane for persistent sessions and compact capability discovery.

local only
Interminal
by qiuwenzheng

Lightweight MCP server providing terminal access (SSH & local shells) for AI assistants.

90 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Norn
by samad001z

Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.

50 installs/wk local only
Termada
by islomzoda

Persistent, policy-controlled missions for AI agents operating local and SSH environments.

local only

pty-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for pty-mcp?
pty-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is pty-mcp open source?
Yes — it is published under the MIT licence, written in Go and 16 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.