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.
Make sure you've generated your API key first.
The config
{
"mcpServers": {
"graphite-atlas": {
"command": "npx",
"args": ["-y", "@graphite-atlas/mcp-server"],
"env": {
"GRAPHITE_ACCESS_TOKEN": "your-jwt-token-here",
"GRAPHITE_API_URL": "https://graphiteatlas.com"
}
}
}
}
Cursor
Settings → MCP → paste the config.
Windsurf
Settings → MCP → paste the config.
ChatGPT
Settings → 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.
Don't see your tool? Email us at [email protected]