Gryph runs fully locally. All data stays on your machine. There is no cloud component, no telemetry, and no SafeDep account or API key.
What Gryph does
- Records agent activity. Every file read, file write, and command execution becomes a structured event.
- Stores it locally. Events go to a local SQLite database on your machine. Nothing is transmitted.
- Lets you investigate. Query, filter, and replay sessions to understand and debug what an agent did.
- Flags sensitive access. Gryph detects when agents touch sensitive files like
.env, keys, and secrets, and it can redact or hash captured content.
Supported agents
Gryph installs lightweight hooks into the agents you already use:- Claude Code
- Cursor
- Gemini CLI
- Windsurf
- OpenCode
- Codex
- Pi Agent
Get started
Install Gryph
Install hooks into your agents
Use your agent normally
Run your AI coding agent as usual. Gryph records activity in the background.
Gryph is young and changes often. For the latest commands, configuration, and supported agents, see the Gryph repository and its releases.
How it differs from the SafeDep MCP server
Gryph and the SafeDep MCP server both work with AI coding tools, but they solve opposite problems:- Gryph observes the agent. It records what the agent reads, writes, and runs on your machine.
- The MCP server gives capabilities to the agent. It lets the agent ask SafeDep “is this package safe?” before suggesting an install.
Gryph on GitHub
Full documentation, configuration, and source.
SafeDep MCP server
Give your AI coding tools access to SafeDep package intelligence.

