# Acp Inspector

> Desktop app to test, inspect, and debug ACP (Agent Client Protocol) agents — a JSON-RPC protocol inspector, like MCP Inspector for ACP.

- **Type:** MCP server
- **Install:** `agentstack add mcp-newioapp-acp-inspector`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [newioapp](https://agentstack.voostack.com/s/newioapp)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [newioapp](https://github.com/newioapp)
- **Source:** https://github.com/newioapp/acp-inspector
- **Website:** https://github.com/newioapp/acp-inspector/releases

## Install

```sh
agentstack add mcp-newioapp-acp-inspector
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ACP Inspector

A desktop app for testing and debugging [Agent Client Protocol (ACP)](https://agentclientprotocol.com)-compatible agents. ACP is an open protocol that standardizes how client programs (IDEs, chat apps, orchestrators) communicate with agents over JSON-RPC, enabling interoperability across tools and platforms. The ACP inspector is inspired by [MCP Inspector](https://github.com/modelcontextprotocol/inspector).

## Features

- **Connect to any ACP agent** — spawn via command line (e.g. `kiro-cli acp`, `claude-agent-acp`)
- **Full protocol log** — see every JSON-RPC message on the wire with direction indicators, method filtering, and text search
- **Interactive prompting** — send prompts, observe streaming responses, interrupt with `session/cancel`
- **Session management** — create, list, and switch between sessions
- **Permission request handling** — respond to `session/request_permission` inline
- **Agent info display** — capabilities, supported prompt types, MCP transports, auth methods
- **Environment variable management** — auto-source from login shell, manual edit, passed to agent process
- **Output grouping** — concatenates streaming chunks into readable blocks, color-coded by type

## Tested With

| Agent | Command | Link |
|---|---|---|
| Kiro CLI | `kiro-cli acp` | [kiro.dev/docs/cli/acp](https://kiro.dev/docs/cli/acp/) |
| Claude Agent ACP | `claude-agent-acp` | [npmjs.com/package/@agentclientprotocol/claude-agent-acp](https://www.npmjs.com/package/@agentclientprotocol/claude-agent-acp) |
| Gemini CLI | `gemini --acp` | [geminicli.com/docs/cli/acp-mode](https://geminicli.com/docs/cli/acp-mode/) |
| Cursor Agent | `agent acp` | [cursor.com/docs/cli/acp](https://cursor.com/docs/cli/acp) |

## Install

Download the latest release for your platform from [GitHub Releases](https://github.com/newioapp/acp-inspector/releases).

| Platform | Download |
|---|---|
| macOS (Apple Silicon) | `.dmg` (arm64) |
| macOS (Intel) | `.dmg` (x64) |
| Linux (x64) | `.AppImage` / `.deb` |
| Linux (arm64) | `.AppImage` / `.deb` |

## Development

```bash
npm install
npm run dev
```

## Build

```bash
# Local unsigned build (macOS arm64)
./scripts/build-unsigned.sh

# Local signed build (macOS arm64, requires code signing cert + keychain setup)
./scripts/build-signed.sh
```

## License

[MIT](LICENSE)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [newioapp](https://github.com/newioapp)
- **Source:** [newioapp/acp-inspector](https://github.com/newioapp/acp-inspector)
- **License:** MIT
- **Homepage:** https://github.com/newioapp/acp-inspector/releases

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-newioapp-acp-inspector
- Seller: https://agentstack.voostack.com/s/newioapp
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
