-
Notifications
You must be signed in to change notification settings - Fork 0
Claude Code Integration
Ashton edited this page Aug 9, 2026
·
1 revision
This guide demonstrates how to instrument GUPPI alongside Claude Code CLI as a background MCP sidecar server and memory engine.
npm install -g @atsmith2k/guppiAdd GUPPI to your global Claude Code MCP config (e.g. ~/.claude/mcp.json or .mcp.json in your workspace):
{
"mcpServers": {
"guppi": {
"command": "npx",
"args": ["-y", "@atsmith2k/guppi", "mcp"],
"env": {
"GUPPI_WORKSPACE": "${workspaceFolder}"
}
}
}
}In your project directory, run:
guppi init
guppi onboardLaunch Claude Code normally:
claudeClaude Code will automatically detect GUPPI's 25 MCP tools and Virtual Context Filesystem URIs (guppi://memories/all, guppi://symbols/all, guppi://facts/graph).
GUPPI Documentation — Local agentic sidecar daemon, Lossless Semantic Tree memory engine, and telemetry deck.