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_termsCreate one or multiple AtlasGlossaryTerm assets in Atlan. IMPORTANT BUSINESS RULES & CONSTRAINTS: - Within a glossary, a term (single GUID) can be associated with many categories - Two terms with the same name CANNOT exist within the same glossary (regardless of categories) - A term is always anchored to a glossary and may also be associated with one or more categories inside the same glossary - Before creating a term, perform a single search to check if the glossary, categories, or term with the same name already exist. Search for all relevant glossaries, categories, and terms in one call. Skip this step if you already have the required GUIDs. - Example call for searching glossary categories and terms before term creation(Query - create a term fighterz under category Characters and Locations under Marvel Cinematic Universe (MCU) glossary): { "limit": 10, "conditions": { "type_name": ["AtlasGlossary", "AtlasGlossaryCategory","AtlasGlossaryTerm"], "name": ["Marvel Cinematic Universe (MCU)", "Characters", "Locations","fighterz"] } }

Manual installation

You can install the MCP server using:

Installation for

Related servers