mcpbeat Sign in

Aiterm MCP Server

by kitepon-rgb Your server? Claim it
local only

Aiterm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 13 Sep 2026.

Claude Code drives Codex CLI's interactive TUI and durable tmux terminals over MCP.

Installs / week
not published
5
Stars
0 open issues
13 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What changed 36

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 14 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 26 more, back to 14 August 2026

What the code does

We read the source, 1 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.

    return subprocess.run(["tmux", "-S", SOCK, *args],
    if (requirePrivate) { const command = windowsPrivateDaclVerifyCommand(file); const verified = spawnSync(command.command, command.args, { encoding: "utf8", windowsHide: true, timeout: 5000, maxBuffer: 16 * 1024, env: command.env }); if (verified.error || verified.status !== 0)…
Builds a file path from a variable src/claude-parent-receiver.ts:29
function directory(parent: ClaudeParent): string { return path.join(parent.hook_root, parent.request_id); }

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 Aiterm MCP

same job, measured the same way
Mermaid MCP App
by finfin

MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients

57 installs/wk local only
Claude Wrap MCP
by alex-kaff

MCP server that spawns and drives Claude Code sessions via claude-wrap.

72 installs/wk local only
Aiterm MCP
by kitepon

Persistent terminals and one launcher for Claude, Codex, Grok, and Cursor harnesses.

1 972 installs/wk local only
Travel Assistant MCP
by forgemeshlabs

No-key travel MCP for Claude Desktop, Codex-style agents, Hermes, and other clients.

68 installs/wk local only
LLM CLI Gateway
by verivus-oss

One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.

231 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

37 installs/wk local only
Chromeflow
by neodrew

Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools.

local only
R
Chromeflow
by chromeflow

Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools.

local only

Aiterm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Aiterm MCP?
Aiterm 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 Aiterm MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 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.