Armory
Source
Browse
MCPs

rungraph

rungraph is an MCP server (stdio, npx rungraph mcp) that turns Claude Code and Codex transcripts into an interactive run graph. Seven tools: list_runs, get_graph, find_nodes, get_detail, focus_nodes, get_current_view, open_visualization. Reads transcripts post-hoc, no hooks, local-only, zero runtime

Score
76.1602 signals
Evidence
25 stars · 3 forks
Last commit
as last read from GitHub; most reads are from 2 Sep 2026 or later
Listed

Install

armory install rungraph --cli claude

merges a server entry into.mcp.jsonListed as compatible

Configurationjson
{
  "mcpServers": {
    "rungraph": {
      "command": "npx",
      "args": [
        "-y",
        "rungraph"
      ]
    }
  }
}

↳ Restart Claude Code to load the MCP server.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

Alternatives · MCPs

  1. codex-trajectory243 stars · 16 forks93.509
  2. madar18 stars · 8 forks77.401
  3. call-copilot7 stars · 1 fork57.245

What it is

rungraph is an MCP server (stdio, npx rungraph mcp) that turns Claude Code and Codex transcripts into an interactive run graph. Seven tools: list_runs, get_graph, find_nodes, get_detail, focus_nodes, get_current_view, open_visualization. Reads transcripts post-hoc, no hooks, local-only, zero runtime

When to use it

rungraph is an MCP server (stdio, npx rungraph mcp) that turns Claude Code and Codex transcripts into an interactive run graph. Seven tools: list_runs, get_graph, find_nodes, get_detail, focus_nodes, get_current_view, open_visualization. Reads transcripts post-hoc, no hooks, local-only, zero runtime

How to install / invoke

See Glama for the install config.

Notes

Listed from the Glama MCP registry.