A memory layer for coding agents that stores and retrieves repo context, conventions, and invariants.
gps is easy to set up with strong trust signals. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view invariance-ai/gps --webOpen the official repository or website.
Check the README for package manager, auth, and platform requirements.
Try it in a small test task inside your agent workflow.
Repository setup guidance
Strong trust signals; still review the README and permissions before production use.
Last commit was about 101 days ago.
18 GitHub stars indicate community interest.
0 open issues signal maintenance load.
MIT license detected.
3 security/trust notes recorded.
Setup difficulty is 2/5.
Codebase intelligence layer for AI coding agents: code health, git analytics, dead code detection, and architectural decisions via MCP.
Deep code indexing MCP server for AI agents with hybrid FTS5 + embedding search, call graphs, and multi-repo workspaces.
A project template that turns your repository into stable infrastructure for AI-assisted development.
Local code intelligence MCP server and CLI for AI coding agents, providing semantic search and call graph analysis.
GPS is a tool that helps AI coding assistants remember important details about your codebase. You teach it once—like your project's rules, preferences, and past decisions—and it automatically shows the relevant info when you or your agent work on related code. It works with Claude Code, Codex, Cursor, and other coding agents.
gps is a memory layer for coding agents such as Claude Code, Codex, Cursor, and shell-based agents. It stores repo conventions, best practices, user preferences, invariants, decisions, TODOs, test commands, and lessons from past edits. When an agent is about to edit code, gps retrieves the relevant slice of memory to guide the agent. It integrates via MCP (Model Context Protocol) and provides a CLI for setup, capturing notes, preparing edits, and post-edit auditing. Key features include: persistent notes and invariants, automatic capture from session transcripts, decision tracking, and a core loop of 'gps next', 'gps prepare', 'gps remember', and 'gps done'. It pairs with tars (another tool) for learning orchestration methods. gps is open-source under MIT license and is designed to reduce repetitive instructions and improve agent consistency.
18
Stars
3
Forks
0
Issues
MIT
License
A memory layer for coding agents that stores and retrieves repo context, conventions, and invariants.
Developers using AI coding assistants (Claude Code, Codex, Cursor) who want consistent code quality, Tech leads managing large codebases who need to enforce conventions across the team, Open-source maintainers who want to document repo-specific best practices for contributors
The setup section provides repository-level starting guidance, not a guarantee of an independently verified installation. Check the official README and release notes.
gps stores codebase context locally; ensure sensitive data is not captured in notes or invariants. MCP integrations allow external tools to read/write memory; review security policy before enabling.
Similar or complementary options to evaluate include repowise, srclight, attractor-guided-engineering-template.
Aug 20, 2026