ctx

crod951/ctx
★ 0 stars TypeScript Code/Dev Tools Updated 3d ago
Context-switching companion for git worktrees and coding-agent sessions: a board, recaps, and an MCP server built from transcripts and git state.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ctx": {
      "command": "npx",
      "args": [
        "-y",
        "crod951/ctx"
      ]
    }
  }
}

README Excerpt

A daemon-less CLI, TUI, and MCP companion for context-switching across git worktrees and Claude Code agent sessions. Working across multiple git worktrees, each with one or more Claude Code agent sessions, makes context switching expensive. - **Returning to one tab:** you forget what an agent was doing after deep work elsewhere, and waste tokens asking it to re-summarize.

Tools (2)

CLAUDE_PROJECTS_DIRCTX_DIR