Your context graph is a living planning layer that self-improves with every agentic execution. It provides:
- Low-friction planning input: Vibe-like, natural language planning that integrates everywhere you work
- Living, responsive planning layer: Plans that improve and evolve with every agentic execution, learning optimal action sizing and context relevance
- Self-documenting outputs: Automatically generates tailored documentation for different purposes and personas
The system transforms free-form ideas into optimally-sized, executable actions with just-right context, eliminates wasted tokens and retry loops, and captures the full story of your work's evolution.
Via the /plugin
menu in Claude Code:
- Select "Manage marketplaces"
- Add marketplace:
contextgraph/claude-code-plugin
- Select "Browse and install plugins"
- Install
contextgraph
Then restart Claude Code.
Check that everything is working:
/mcp
You should see contextgraph
listed as a configured MCP server.
- Persistent Action Management: Create, update, and track actions across sessions
- Hierarchical Planning: Organize work in parent-child relationships
- Dependency Tracking: Manage action dependencies and execution order
- Semantic Search: Find actions using natural language queries
- Completion Context: Rich completion stories with technical changes and outcomes
- MCP Integration: Full Model Context Protocol support for seamless Claude Code integration
Once installed, Claude Code can use these tools:
create
- Create new actions with parent and dependency relationshipsupdate
- Update action properties and dependenciescomplete
- Mark actions as done with completion contextsearch
- Search actions using semantic similarity and keywordsfetch
- Get full details for specific actionsmove
- Reorganize action hierarchysuggest_parent
- Get AI-powered parent suggestionsparse_plan
- Convert unstructured text into structured actionsfetch_tree
- View hierarchical action trees
After installation, Claude Code can help you:
-
Create your first action:
Create an action to implement user authentication
-
Search existing work:
Find actions related to database migrations
-
Complete work and capture context:
Mark action [id] as complete with the changes we just made
Visit contextgraph.dev to view and manage your actions in a visual interface.
- Website: contextgraph.dev
- GitHub: github.com/contextgraph
- MCP Server: mcp.contextgraph.dev
Current version: 0.9.2
MIT