Cursor & VS Code Integration
FreshCursor
Installation
bash
graphify cursor installWrites rules to .cursor/rules/graphify.mdc. Cursor reads this directory automatically for all conversations in the project.
What Gets Written
The .cursor/rules/graphify.mdc file contains:
- Instructions for Cursor to check
graphify-out/GRAPH_REPORT.mdbefore answering architecture questions - Query patterns for using Graphify commands through Cursor's terminal integration
Uninstalling
bash
graphify cursor uninstallVerification
After install, open Cursor in your project directory and ask:
"What are the main components of this codebase?"
Cursor should reference the graph report and name specific node communities.
VS Code Copilot Chat
Installation
bash
graphify vscode installUninstalling
bash
graphify vscode uninstallManual Setup (Both Platforms)
For both Cursor and VS Code, you can manually reference the graph by adding workspace instructions that tell the assistant to:
- Read
graphify-out/GRAPH_REPORT.mdat the start of architecture conversations - Use the terminal to run
graphify query "..."when detailed node lookup is needed
Verification Checklist
- [ ]
.cursor/rules/graphify.mdcexists (Cursor) - [ ]
/graphify .has been run andgraphify-out/exists - [ ] Asking an architecture question surfaces graph-referenced answers