Wraps any binary that implements the korg:introspect@v1 protocol and exposes it as a Claude Code tool, respecting the side-effect declarations baked into the binary. Korg itself is a causally ordered event ledger for AI agents, using hybrid logical clocks and append-only journaling to make agent decisions replayable and reversible. This MCP server turns those korg-aware binaries into Claude-callable tools while preserving the safety boundaries they declare. You'd reach for this if you're running korg-instrumented workflows and want Claude to interact with them through MCP instead of raw CLI invocation. The introspection protocol lets the server discover what each binary does and tag operations as read-only, mutating, or speculative before Claude ever calls them.
claude mcp add --transport stdio io.github.new1direction-korg-introspect-mcp uvx korg-introspect-mcp