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
- Node.js installed
- 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
- Open Cursor Settings (Cmd+, on Mac, Ctrl+, on Windows)
- Search for "MCP"
- Paste the config
Windsurf
- Open Settings
- Navigate to MCP
- Paste the config
ChatGPT Desktop
- Open Settings
- Navigate to MCP Servers
- 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]