An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API.
mcpServer
{ "mcpServers": { "atla-mcp-server": { "command": "uvx", "args": [ "atla-mcp-server" ], "env": { "ATLA_API_KEY": "<your-atla-api-key>" } } } }
uvx atla-mcp-server