Claude Desktop
What you get
Connect Claude Desktop to Graphory and every conversation reads from and writes to the same persistent business graph. Meeting notes, customer context, and decisions stay continuous across sessions - and across every other AI client you use.
Graphory-specific setup
These are the pieces Graphory controls. Drop them into claude_desktop_config.json using the format Anthropic 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
- Config file path:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
Example config block, for reference. Anthropic's exact key names evolve, so treat this as one possible shape and check the vendor docs below for the current syntax:
{
"mcpServers": {
"graphory": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.graphory.io/mcp",
"--header",
"Authorization: Bearer gs_ak_YOUR_KEY"
]
}
}
}
Restart Claude Desktop completely after editing the config. Graphory tools appear in the hammer icon menu. Once connected, Claude Desktop can call Graphory's MCP tools to search your graph, pull timelines, and write new findings back.
Vendor setup docs
Anthropic's MCP configuration flow for Claude Desktop, file paths, and supported transport fields 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 docs prescribe.