For developers and assistant users
Connect your AI assistant
Pick your client, copy the config, paste it in. One MCP endpoint gives your assistant access to the full ATLAS catalog — discovery, context, governance, and runbooks. Traffic flows direct through Kong and agentgateway to your services. ATLAS is the context layer, not the data path.
.cursor/mcp.json
Add to your project root or global ~/.cursor/mcp.json
{
"mcpServers": {
"atlas": {
"url": "http://localhost:8081/mcp",
"transport": "streamable-http"
}
}
}That's it. Your assistant connects to ATLAS over MCP Streamable HTTP and gets access to the full catalog of tools, context, and governance metadata. No API keys needed for this instance.