context-orchestrator

contorch/context-orchestrator
★ 0 stars Python Memory/Knowledge Updated 2d ago
Task-aware context management MCP server for Claude Code
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": {
    "context-orchestrator": {
      "command": "uvx",
      "args": [
        "context-orchestrator"
      ]
    }
  }
}

Or install with pip: pip install context-orchestrator

README Excerpt

<p align="left"> <img src="assets/contorch-orange.png" width="96" alt="Contorch logo"> </p> > Part of **Contorch** — the persistent context layer for Claude Code. Captures meetings, indexes everything, carries the torch from one Claude session to the next. MCP server that gives Claude persistent memory of your tasks, sources, and repo knowledge across sessions, with a vector index over everything you've captured.

Tools (9)

add_sourcecreate_taskdropget_repo_knowledgeget_tasklist_tasksremove_sourcesearchupdate_repo_knowledge