potpie-ai/potpie
Context Graph for AI Native SDLC
What it solves
AI agents often lack the deep, project-specific context needed to perform complex software engineering tasks. Potpie solves this by indexing code, structure, decisions, source history, and team knowledge into a living context graph, allowing agents to answer questions, plan changes, and debug failures with high accuracy.
How it works
Potpie uses a CLI-first approach to index various data sources including local repositories, GitHub, Linear, Jira, and Confluence. It builds a context graph that can be explored via a web UI. The tool integrates with coding harnesses like Claude Code, Cursor, and OpenAI Codex, providing them with specialized skills and instructions to leverage the indexed project context.
Who it’s for
Software engineering teams and developers who want to empower their AI coding assistants with comprehensive, project-specific context and historical knowledge.
Highlights
- Indexes code, source history, and engineering workflows
- Integrates with GitHub, Linear, Jira, and Confluence
- Provides specialized skills for coding harnesses like Cursor and Claude Code
- Includes a web-based graph explorer for visualizing context
Related
- Project
zzet/gortexA high-performance code-intelligence engine that indexes codebases into a knowledge graph to provide AI agents with precise context, reducing token usage by up to 50x.
- Project
colbymchenry/codegraphCodeGraph is a Rust‑based local tool that builds a full‑code knowledge graph for any project (supports dozens of languages) and integrates it with AI coding assistants (Claude Code, Cursor, Copilot, Gemini, etc.). The graph lets agents retrieve exact symbols and call‑paths in a single request, cutting tool calls, file reads, token usage and cost dramatically. Install via a one‑line script, run `codegraph init` per repo, and the CLI auto‑updates the graph as you edit. A browser UI (`codegraph ui`) visualises the graph, and the CLI can uninstall itself cleanly.
- Project
defendend/Claude-ast-index-searchA structural, AST-aware code navigation CLI that builds a local index of symbols and references to help humans and AI agents navigate large codebases efficiently.
- Project
mex-memory/mexA shared project memory system for engineers and AI agents that stores architecture, decisions, and handoffs in Git as structured Markdown and code-linked explanations.
- Project
trailhq/GraftGraft is an open‑source TypeScript/Node.js tool that builds a local, markdown‑based knowledge graph of a codebase (summaries, key snippets, typed links) using tree‑sitter for structural parsing and optional LLM summarisation. The graph is cached in a `graft/` folder, refreshed only on file changes, and automatically wired into coding agents like Claude Code, Cursor, Codex, and Gemini. Benchmarks claim up to 46 % fewer tool calls, 42 % token savings, 60 % latency reduction, and a 12‑point correctness boost on SWE‑bench. Integration is via a single `graft init` command that writes agent‑specific instruction files; the CLI also offers search, visualization, and telemetry controls. The project is MIT‑licensed and targets faster, cheaper AI‑assisted development.