amp-supervision
Provides tools for supervising, dispatching, reading, and sending messages to instances of the Amp application, enabling an AI agent to act as a supervisor carrying requirements and scoped decisions for Amp to implement and verify.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@amp-supervisionlist my active Amp threads"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Amp Supervision
Supervise Amp with a context-rich agent. The supervisor carries requirements and scoped decisions; Amp implements and verifies in its original thread; the human retains consequential approvals. Claude Desktop is the worked example, not a required supervisor model.
Pre-release starter kit. Linux and Windows/WSL2 are first-release targets, not completed fresh-install acceptance claims. See the platform/evidence matrix. This is an unofficial integration, not an Amp or Anthropic/OpenAI product.
What is here
A Bun/TypeScript stdio MCP bridge:
amp_spawn,amp_read,amp_send,amp_list.A portable supervisor skill, complete with setup, task template, protocol/recovery and acceptance references. No issue tracker required.
Tests with fake Amp processes, a
.skillpackager, and an explicitly opt-in live probe.
The bridge is Amp-specific: it uses Amp CLI dispatch and exports. The supervision contract is reusable. Other clients must support the right transport and skill-loading behavior; ChatGPT web cannot directly launch this local stdio server. No HTTP gateway is included.
Related MCP server: otaman-bus-server
Start with reviewed code
Requires Bun 1.3.14+, Git and an authenticated Amp CLI. From a reviewed checkout:
bun install --frozen-lockfile
bun run check
bun run build:skillThen follow platform setup and
install dist/amp-supervision.skill into a compatible supervisor client. The archive
contains instructions and all references; install/configure the bridge separately.
The archive is generated from source, never edited independently. No npm or versioned
release is published by these commands.
Safety and limits
This bridge can read private threads and dispatch work with your account permissions. Install only reviewed code in a trusted client. It is not a sandbox, a remote-thread lock, a scheduler, or an emergency-stop mechanism. Original-thread and decision-recording rules are prompts; tests of their construction do not prove agent obedience.
Accepted is not completed. Never blindly retry a spawn or send. Preserve one shared request journal and one supervisor writer per thread. Read protocol and recovery before dispatch. Follow safe acceptance with explicit approval and disposable data; live runs consume inference. Human fresh-install acceptance and a reviewed release remain separate from unit/CI checks.
This repository is the maintained source for both bridge and skill. Existing installations must use an approved cutover; a pull does not update a running bridge or an uploaded skill. License: MIT. Third-party dependencies retain their own licenses; no runtime dependencies or private transcripts are bundled into the skill archive.
This server cannot be deployed
Maintenance
Related MCP Connectors
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- AlicenseAqualityBmaintenanceA local stdio MCP service that unifies coding agents like Codex and Claude into cs_agent_* tools, enabling the root agent to create, invoke, and manage child agents with recursive delegation.1444 npm2MIT
- AlicenseNot gradedqualityBmaintenanceProvides a stdio MCP server for single-user local operation of the otaman platform, enabling agent orchestration, slash commands, and skill management within Claude Code without a remote bridge daemon.2AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients and external AI supervisors to oversee and steer native Codex sessions through a thin local stdio bridge. It exposes eleven codex_* supervisory tools for tasks such as listing threads, starting turns, observing progress, steering, responding to approvals, interrupting, checkpointing, and rolling over work.MIT
- AlicenseAqualityBmaintenanceEnables supervising and orchestrating local coding agents like Muse and AGY through a client-agnostic MCP interface, with isolated Git worktrees, safe execution, and deterministic verification.104 npmMIT