coder-company

GraphCTX — Git skill for Claude Code

Git community

A local-first memory control plane for coding agents — pushes commit-valid, scope-aware context at the moments agents drift.

How to install GraphCTX

This entry records only its repository, not the path inside it, so there is no exact command to give. Open coder-company/graphCTX and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What GraphCTX does

A local-first memory control plane for coding agents — pushes commit-valid, scope-aware context at the moments agents drift.

Alternatives in Git

  • GitLab — Source Control GitLab integration via MCP 14k ★
  • Intel — On-demand intelligence fetch for a target — CVEs, disclosed reports, new features 3.8k ★
  • My Claude Code Setup — GitHub Repo stars Shared starter template configuration and CLAUDE.md memory bank system Setup template 2.1k ★

README

graphCTX

**Local-first memory for coding agents.**

Lifecycle-hook *push* for commit-valid, scope-aware context in Claude Code, plus refreshed static grounding and MCP/recall fallback for Cursor, OpenCode, and generic clients.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Node](https://img.shields.io/badge/node-%3E%3D20-339933?logo=node.js&logoColor=white)](package.json) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6?logo=typescript&logoColor=white)](tsconfig.json) [![Tests](https://img.shields.io/badge/tests-vitest-6E9F18?logo=vitest&logoColor=white)](vitest.config.ts) [![Lint](https://img.shields.io/badge/lint-biome-60a5fa?logo=biome&logoColor=white)](biome.json) [![MCP](https://img.shields.io/badge/MCP-stdio%20server-8b5cf6)](src/adapters) [![Local-first](https://img.shields.io/badge/local--first-no%20cloud%20required-22c55e)](#design-notes) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](CONTRIBUTING.md)


**Using this from an AI agent?** Start with [AGENT_USAGE.md](AGENT_USAGE.md). It covers install, MCP server setup for every major client (Claude Code, Cursor, OpenCode, Codex, Claude Desktop, Zed, Continue, etc.), how to add graphCTX as a skill, and the 8 MCP tools with examples.

Why graphCTX

Coding agents forget. Compaction strips context, branches mutate truth, and "recall" only works when the model remembers to ask. graphCTX flips the model: it *pushes* commit-valid memory at the right lifecycle moments, and falls back to pull-based MCP recall where push is not available.

Everything runs on your machine. The CLI, embedded SQLite store, git anchoring, eval harness, benchmarks, and MCP stdio server work fully offline. There is no required web service and no required network call for normal operation.

Features

  • Commit-valid fact store over SQLite with migrations, WAL, FTS, optional sqlite-vec, provenance edges, and appen