Cursor
What you get
Connect Cursor to Graphory and your IDE gains the same business memory every other AI you use can read and write. Code reviews, architecture decisions, and project context are captured once and stay continuous across every agent and every LLM in your stack.
Graphory-specific setup
These are the pieces Graphory controls. Drop them into Cursor's MCP config using the format Cursor currently documents.
- MCP URL:
https://api.graphory.io/mcp - Auth header:
Authorization: Bearer gs_ak_YOUR_KEY - Get your key: app.graphory.io/settings/api-keys
Example config block, for reference. Cursor's exact key names evolve, so treat this as one possible shape and check the vendor docs below for the current syntax:
{
"mcpServers": {
"graphory": {
"url": "https://api.graphory.io/mcp",
"headers": {
"Authorization": "Bearer gs_ak_YOUR_KEY"
}
}
}
}
Once connected, Cursor can call Graphory's MCP tools to search your graph, pull timelines, and write new findings back.
Vendor setup docs
Cursor's MCP configuration flow, file paths, and supported transport fields change with each release. We deliberately do not mirror Cursor's docs here, because they drift. For the current, authoritative setup steps, go straight to the source:
Look for the "MCP" section. Plug in the Graphory URL, header, and API key from above into whatever shape Cursor's latest docs prescribe.