Alation
Official
🗄️ Data & Files
Official Alation AI Agent MCP server exposing the enterprise Data Catalog to AI. Natural language search for metadata, contextual retrieval, bulk data fetching, data quality checks, lineage exploration, and SQL query generation.
Tags
Tools (11)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"alation": {
"command": "uvx",
"args": [
"--from",
"alation-ai-agent-mcp",
"start-alation-mcp-server"
],
"env": {
"ALATION_BASE_URL": "your-alation-base-url-here",
"ALATION_AUTH_METHOD": "your-alation-auth-method-here",
"ALATION_REFRESH_TOKEN": "your-alation-refresh-token-here"
}
}
}
}