context-orchestrator

stirredo/context-orchestrator
★ 0 stars Python 🧠 Memory/Knowledge Updated 2d ago
Task-aware context management MCP server for Claude Code
View on GitHub →

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

MCP server that gives Claude persistent memory of your tasks, sources, and repo knowledge across sessions. - **Tasks** — group related sources (transcripts, docs, repo links, pasted text) under a task name - **Repo knowledge** — setup steps, test commands, conventions auto-accumulate as Claude discovers them

Tools (7)

add_sourcecreate_taskget_repo_knowledgeget_tasklist_tasksremove_sourceupdate_repo_knowledge