Atlan MCP Server

Atlan MCP Server

MCP server for interacting with Atlan services including asset search, updates, and lineage traversal for comprehensive data governance and discovery.

1.1K

7 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
create_glossary_categoriesCreate one or multiple AtlasGlossaryCategory assets in Atlan. IMPORTANT BUSINESS RULES & CONSTRAINTS: - There cannot be two categories with the same name under the same glossary (at the same level) - Under a parent category, there cannot be subcategories with the same name (at the same level) - Categories with the same name can exist under different glossaries (this is allowed) - Cross-level naming is allowed: category "a" can have subcategory "b", and category "b" can have subcategory "a" - Example allowed structure: Glossary "bui" → category "a" → subcategory "b" AND category "b" → subcategory "a" - Always check for duplicate names at the same level and ask user to choose different names - Before creating a category, perform a single search to check if the glossary or categories with the same name already exist. Skip this step if you already have the required GUIDs. - Example call for searching glossary and categories before category creation(Query - create categories Locations and Characters under Marvel Cinematic Universe (MCU) glossary): { "limit": 10, "conditions": { "type_name": ["AtlasGlossary", "AtlasGlossaryCategory"], "name": ["Marvel Cinematic Universe (MCU)", "Characters", "Locations"] } } - If user gives ambiguous instructions, ask clarifying questions

Manual installation

You can install the MCP server using:

Installation for

Related servers