Claude Code
What you get
Connect Claude Code to Graphory and your terminal coding sessions gain persistent memory across projects and restarts. Architecture decisions, code reviews, and project context stay continuous - and every other AI client in your stack reads the same graph.
Graphory-specific setup
These are the pieces Graphory controls. Register Graphory with Claude Code using the CLI command Anthropic currently documents.
- MCP URL:
https://api.graphory.io/mcp - Auth header:
Authorization: Bearer gs_ak_YOUR_KEY - Transport:
http(streamable HTTP) - Get your key: app.graphory.io/settings/api-keys
Example one-liner, for reference. Anthropic's CLI flags evolve, so treat this as one possible shape and check the vendor docs below for the current syntax:
claude mcp add-json graphory '{"type":"http","url":"https://api.graphory.io/mcp","headers":{"Authorization":"Bearer gs_ak_YOUR_KEY"}}'
Graphory tools become available in your next Claude Code session. Once connected, Claude Code can call Graphory's MCP tools to search your graph, pull timelines, and write new findings back. The same graph is visible from Claude Desktop, Cursor, and any other MCP client you wire up.
Vendor setup docs
Claude Code's MCP registration flow, flag names, and supported transports change with each release. We deliberately do not mirror Anthropic's docs here, because they drift. For the current, authoritative setup steps, go straight to the source:
Plug in the Graphory URL, header, and API key from above into whatever shape Anthropic's latest Claude Code docs prescribe.