Back to directory
atla-ai/atla-mcp-server

atla-ai/atla-mcp-server

@atla-ai

An MCP server providing a standardized interface for LLMs to interact with the Atla API for LLM evaluation.

llmevaluationapimcp-serveratlapythontool

Installation & Configuration

{
  "mcpServers": {
    "atla-mcp-server": {
      "command": "uvx",
      "args": [
        "atla-mcp-server"
      ],
      "env": {
        "ATLA_API_KEY": "<your-atla-api-key>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13