Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API for LLM evaluation.
Add this to your MCP client configuration:
{
"mcpServers": {
"atla-ai-atla-mcp-server": {
"command": "uvx",
"args": [
"atla-mcp-server"
],
"env": {
"ATLA_API_KEY": "<Your Atla API key>"
}
}
}
}{
"id": "atla-ai-atla-mcp-server",
"name": "Atla",
"description": "An MCP server implementation providing a standardized interface for LLMs to interact with the Atla API for LLM evaluation.",
"source_url": "https://github.com/atla-ai/atla-mcp-server",
"publisher_name": "atla-ai",
"publisher_url": "https://github.com/atla-ai",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 116,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "atla-mcp-server"
},
"tools_count": 2
}