v3nividiv1ci/cit-mcp
Tree-structured context management for Claude Code via MCP server
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
v3nividiv1ci/cit-mcp is a Python MCP server licensed under MIT. Tree-structured context management for Claude Code via MCP server
Ranked #35 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# cit — Context Information Tracker Git-style conversation branching for [Claude Code](https://docs.anthropic.com/en/docs/claude-code). [中文文档](docs/zh.md) When you're deep in a conversation and hit an unfamiliar concept, open a branch to explore it. When you're done, squash it back — the parent branch gets a concise summary without the detour polluting its context. ``` main ● "Reading a PagedAttention paper" └─ learn-mha ◈ "How does Multi-Head Attention work?" └─ why-sqrt-dk ◈ "Why divide by √d_k?" ``` Each `squash` compresses an exploration into 1-3 sentences that bubble up to the parent. The parent sees only conclusions, not the journey. ## Setup ```bash git clone https://github.com/v3nividiv1ci/cit-mcp.git && cd cit-mcp ./setup.sh ``` `setup.sh` handles everything: - Creates Python venv and installs dependencies - Registers the MCP server in `~/.claude.json` - Registers session hooks in `~/.claude/settings.json` Restart CRead full README on GitHub →
Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.