Cli Agent Mcp
Description
MCP (stdio) server that lets Claude Desktop drive a local headless CLI coding agent (Claude Code or Cursor) as a streaming background worker — with live progress notifications and inherited VPN/SSH access to internal servers.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
cli-agent-mcp
[](https://github.com/Bytars/cli-agent-mcp/actions/workflows/ci.yml) [](https://github.com/Bytars/cli-agent-mcp/actions/workflows/release.yml) [](https://github.com/Bytars/cli-agent-mcp/releases/latest) [](https://pkg.go.dev/github.com/Bytars/cli-agent-mcp) [](./LICENSE)
A single-binary **MCP (Model Context Protocol) stdio server** that lets an MCP client — such as **Claude Desktop** — drive a **local headless CLI coding agent** as a background worker, with **live progress streaming**.
Out of the box it drives **Claude Code** and **Cursor**, and any other CLI tool can be wired up with environment variables alone — no code required.
Instead of copy-pasting between a chat window and a terminal agent, the client delegates a task, watches the worker narrate its progress in real time, and gets the result inline — as if it had done the work itself.
Why run the agent locally?
The worker is spawned as a **child process of this server and inherits its environment**. That means it can reach whatever the host machine can reach:
- private networks and VPN routes,
- internal hosts via your SSH agent (1Password,
ssh-agent, Pageant, …), - cloud CLIs, kubeconfigs, and any credentials already set up on the box.
The MCP client never sees your keys or tokens — it just delegates a task to a worker that already has access.
MCP client (e.g. Claude Desktop)
│ MCP over stdio
▼
cli-agent-mcp ← this project
│ spawn (headless)
▼
claude / cursor-agent / your CLI ← inherits env: VPN, S
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11