-
Notifications
You must be signed in to change notification settings - Fork 0
Cursor IDE Integration
Ashton edited this page Aug 9, 2026
·
1 revision
This guide demonstrates how to connect GUPPI as an MCP server inside Cursor IDE.
npm install -g @atsmith2k/guppi- Open Cursor Settings (
Cmd + ,orCtrl + ,). - Go to Features
$\rightarrow$ MCP Servers. - Click Add New MCP Server:
-
Name:
guppi -
Type:
command -
Command:
npx -y @atsmith2k/guppi mcp
-
Name:
Once added, Cursor Agent and Composer will automatically access GUPPI tools:
- Symbol Search: Ask Cursor "Find references to GuppiDB using GUPPI LST".
- Persistent Decisions: Tell Cursor "Record architectural decision: use SQLite WAL mode".
-
Web Control Deck: Open
http://localhost:3737in your browser alongside Cursor to inspect live tool execution traces.
GUPPI Documentation — Local agentic sidecar daemon, Lossless Semantic Tree memory engine, and telemetry deck.