Skip to main content

Connect Your AI

Atlas connects to any AI tool that supports the Model Context Protocol (MCP). You build the model once, every tool gets structured context about your actual business.

Generate your API key

  1. In Atlas, click your email → SettingsAPI Keys
  2. Click + New App, name it (e.g., "Claude MCP")
  3. Click + New Key on your app
  4. Set: JWT Token, Full Access, Production, 90-day expiration
  5. Click Generate Token
warning

This token is only shown once. Don't close this screen until you've pasted the config.

Click Copy Config. It copies the full MCP JSON with your token embedded.

Connect your tool

What you get

Your AI gets access to 48 tools across 9 categories:

  • Atlas, Points, Paths, Views: full CRUD on your data
  • Brain Dump: generate structured data from text
  • Analytics: PageRank, centrality, neighborhoods
  • Graph Algorithms: communities, shortest path, similarity
  • Cypher Queries: custom queries against your atlas

Full tool reference →

Token scopes

Full Access is recommended. For fine-grained control:

ScopeWhat it allows
read:atlasesView atlases
write:atlasesCreate/update atlases
read:points, read:pathsView Points and Paths
write:points, write:pathsCreate/update Points and Paths
delete:points, delete:pathsRemove Points and Paths
use:llmBrain dump (AI extraction)
use:embeddingsSemantic search

Token management

  • Expiration: tokens expire after the period you set (recommended: 90 days). Expired tokens return 401 Unauthorized.
  • Revoking: revoke anytime from Settings → API Keys. Takes effect immediately.
  • Security: never commit tokens to git. Never share publicly. Rotate every 90 days.

Environment variables

VariableRequiredDefaultDescription
GRAPHITE_ACCESS_TOKENYesYour JWT token
GRAPHITE_API_URLNohttps://graphiteatlas.comAPI base URL

Troubleshooting

"Unauthorized" / 401: token expired or revoked. Generate a new one in Settings → API Keys.

"GRAPHITE_ACCESS_TOKEN required": config didn't paste correctly. Re-copy.

"403 Forbidden": token doesn't have the required scope. Generate a new token with broader permissions.

Tools not appearing: fully quit and reopen your AI tool. Check JSON syntax in the config file.

Still stuck? [email protected]

Resources