Graphory logo

Graphory

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.

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:

example
{
  "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:

Cursor's official documentation
Look for the "MCP" section. Plug in the Graphory URL, header, and API key from above into whatever shape Cursor's latest docs prescribe.