triage-mcp 0.1.3

MCP server exposing Triage terminal sessions to local AI agents.
# triage-mcp

Model Context Protocol (MCP) server for **Triage**, exposing terminal session context and supervisor controls to local AI agents (such as Claude Desktop, Cursor, etc.).

## Installation

```bash
cargo install triage-mcp
```

## Setup Configuration

Add the following configuration block to your local Claude Desktop config (e.g. `~/AppData/Roaming/Claude/claude_desktop_config.json` on Windows):

```json
{
  "mcpServers": {
    "triage": {
      "command": "triage-mcp"
    }
  }
}
```

## Available Tools

*   `list_sessions`: List active Triage terminal sessions.
*   `create_session`: Spawn a new PTY session.
*   `write_session_input`: Inject keyboard inputs.
*   `get_session_scrollback`: Retrieve formatted terminal content.