Skip to main content

Other MCP Clients

Any AI tool that supports MCP can connect to Atlas. The config is the same, you just paste it in a different place.

Prerequisites

  1. Node.js installed
  2. An Atlas API key (how to generate one)

The config

Replace your-token-here with your actual API key:

{
"mcpServers": {
"graphite-atlas": {
"command": "npx",
"args": ["-y", "@graphite-atlas/mcp-server"],
"env": {
"GRAPHITE_ACCESS_TOKEN": "your-token-here",
"GRAPHITE_API_URL": "https://graphiteatlas.com"
}
}
}
}

Cursor

  1. Open Cursor Settings (Cmd+, on Mac, Ctrl+, on Windows)
  2. Search for "MCP"
  3. Paste the config

Windsurf

  1. Open Settings
  2. Navigate to MCP
  3. Paste the config

ChatGPT Desktop

  1. Open Settings
  2. Navigate to MCP Servers
  3. Add the config

Others

If your AI tool supports MCP and has a config file for MCP servers, paste the config above. The Atlas MCP server works with any compliant client.

Verify it works

Ask your AI: "List my atlases". It should call the list_atlases tool and show your Atlas data.


Don't see your tool? Email us at [email protected]