# io.github.EdonZo/talkthru (npm · talkthru-mcp)

Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.

- Trust score: 83/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `talkthru-mcp`: 83/100 (this document), [markdown](https://verifymcp.io/servers/edonzo-talkthru/talkthru-mcp.md), [page](https://verifymcp.io/servers/edonzo-talkthru/talkthru-mcp)

## Channel facts

- Registry: `npm`
- Package: `talkthru-mcp`
- Version: `0.3.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 33 of 98 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 25 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 83/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 431 tokens (~107/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 97/100
  - Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_session" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.EdonZo/talkthru MCP server?

io.github.EdonZo/talkthru runs locally as an npm package, launched with npx -y talkthru-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add edonzo-talkthru -- npx -y talkthru-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "edonzo-talkthru": {
      "command": "npx",
      "args": [
        "-y",
        "talkthru-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "edonzo-talkthru": {
      "command": "npx",
      "args": [
        "-y",
        "talkthru-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add edonzo-talkthru -- npx -y talkthru-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "edonzo-talkthru": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "talkthru-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add edonzo-talkthru --command npx --arg -y --arg talkthru-mcp
```

### Hermes

```yaml
mcp_servers:
  edonzo-talkthru:
    command: "npx"
    args: ["-y", "talkthru-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "edonzo-talkthru": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "talkthru-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add edonzo-talkthru -t stdio -c npx -a -y talkthru-mcp
```

### Other

```json
{
  "mcpServers": {
    "edonzo-talkthru": {
      "command": "npx",
      "args": [
        "-y",
        "talkthru-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 81, −3)

- [functional] Stability: pass → 0.80

### 2026-09-14 (score 84, +1)

- [security] Stability: 0.97 → pass

### 2026-09-12 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-10 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 81, −3)

- [functional] Stability: pass → 0.80

### 2026-09-07 (score 84, +1)

- [security] Stability: 0.97 → pass

## MCP tools (4)

### `get_latest_session` (~89 tokens)

Get the latest narrated session

Return the most recent finished screen recording: the narration aligned to keyframes, the on-screen UI elements captured with each frame, and the frame images. This is the one to call when the user says "look at what I just recorded" or refers to feedback they gave out loud.

Input parameters:

- `include_images` (boolean): Attach keyframe images (default true). Set false for the text timeline only.

### `list_sessions` (~82 tokens)

List narrated sessions

List recent screen recordings, newest first, with duration, frame count and a one-line summary of what the person said. Text only and cheap — use it to find the id of the session the user means, then call get_session. Sessions still processing are listed with their state rather than hidden.

Input parameters:

- `limit` (integer): How many to return (default 10).

### `get_session` (~138 tokens)

Get one narrated session

Return a specific session by id: narration aligned to keyframes, UI context, and frame images. Use this when the user names an older recording; for "the one I just made", get_latest_session saves a lookup. Ids come from list_sessions. Images are capped, so a long session returns its frames evenly sampled rather than all of them.

Input parameters:

- `include_images` (boolean): Attach keyframe images (default true).
- `max_images` (integer): Cap the number of images (default 12).
- `session_id` (string, required): Session id, e.g. 20260803-001500-a1b2c3.

### `delete_session` (~122 tokens)

Delete a narrated session

Permanently delete one session — its frames, transcript and bundle — from disk. This cannot be undone and there is no confirmation step, so only call it when the user asked for that session to be deleted. The original recording archived under ~/.talkthru/archive is left alone. To free disk while keeping the frames and narration, the user wants `talkthru compact` instead, not this.

Input parameters:

- `session_id` (string, required): Session id to delete, e.g. 20260803-001500-a1b2c3. Not a file path.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/edonzo-talkthru/talkthru-mcp#diagnostics

## Score history

- 2026-09-20: 83
- 2026-09-19: 83
- 2026-09-18: 82
- 2026-09-17: 82
- 2026-09-16: 81
- 2026-09-15: 81
- 2026-09-14: 84
- 2026-09-13: 83
- 2026-09-12: 83
- 2026-09-11: 82
- 2026-09-10: 82
- 2026-09-09: 81
- 2026-09-08: 81
- 2026-09-07: 84
- 2026-09-06: 83
- 2026-09-05: 83
- 2026-09-04: 82
- 2026-09-03: 82
- 2026-09-02: 81
- 2026-09-01: 81
- 2026-08-31: 81
- 2026-08-30: 80
- 2026-08-29: 80
- 2026-08-28: 79
- 2026-08-27: 79
- 2026-08-26: 78
- 2026-08-25: 79
- 2026-08-24: 78
- 2026-08-23: 78
- 2026-08-22: 77

## Common questions

### What is the io.github.EdonZo/talkthru MCP server?

io.github.EdonZo/talkthru is an MCP server listed in the public MCP registry as io.github.EdonZo/talkthru. Talk while using your app, your coding agent gets each sentence aligned to the frame. Fully local. This page covers its npm package (talkthru-mcp).

### Is the io.github.EdonZo/talkthru MCP server safe to use?

io.github.EdonZo/talkthru scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.EdonZo/talkthru MCP server expose?

io.github.EdonZo/talkthru exposes 4 tools: get_latest_session, list_sessions, get_session, delete_session. Their descriptions and schemas cost roughly 431 tokens of context every time the server is loaded.

### Is the io.github.EdonZo/talkthru MCP server still maintained?

io.github.EdonZo/talkthru is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.EdonZo/talkthru MCP server under?

io.github.EdonZo/talkthru declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/talkthru-mcp
- Socket report: https://socket.dev/npm/package/talkthru-mcp
- Repository: https://github.com/EdonZo/talkthru
- Changelog RSS feed: https://verifymcp.io/servers/edonzo-talkthru/talkthru-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/edonzo-talkthru/talkthru-mcp.json
- HTML version of this page: https://verifymcp.io/servers/edonzo-talkthru/talkthru-mcp
