feat: Add Claude Code plugin for Atlan MCP server#210
Merged
abhinavmathur-atlan merged 5 commits intomainfrom Feb 23, 2026
Merged
feat: Add Claude Code plugin for Atlan MCP server#210abhinavmathur-atlan merged 5 commits intomainfrom
abhinavmathur-atlan merged 5 commits intomainfrom
Conversation
Adds a Claude Code plugin with 8 skills, marketplace config, and MCP server integration at mcp.atlan.com/mcp via OAuth. Skills: search-assets, explore-lineage, manage-glossary, manage-domains, data-quality, update-assets, discover-metadata, review-governance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Skills can be added later once the core plugin is stable. For now the plugin provides the MCP server connection (OAuth at mcp.atlan.com/mcp) and CLAUDE.md conventions — Claude uses the raw MCP tools directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Removed discover_custom_metadata_tool (not in production) - Added search_assets_tool, get_assets_by_dsl_tool, query_assets_tool - Documented 12 default tools + 3 feature-flagged per tenant - Updated CLAUDE.md, README.md, CHANGELOG.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Hk669
reviewed
Feb 17, 2026
Hk669
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Claude Code plugin for the Atlan MCP server, enabling AI-assisted data governance workflows directly in Claude Code. The plugin connects to
mcp.atlan.com/mcpvia OAuth 2.1 — no API keys or local setup required.What's included
MCP Server Config — auto-connects to
https://mcp.atlan.com/mcpwith OAuth authentication.CLAUDE.md — conventions and guidelines for Claude to use Atlan tools effectively.
Marketplace Config — installable via Claude Code's plugin marketplace system.
MCP Tools (15)
Enabled by default (12):
semantic_search_tooltraverse_lineage_toolupdate_assets_toolcreate_glossariescreate_glossary_termscreate_glossary_categoriescreate_domainscreate_data_productscreate_dq_rules_toolupdate_dq_rules_toolschedule_dq_rules_tooldelete_dq_rules_toolAvailable via feature flag (3):
search_assets_tool,get_assets_by_dsl_tool,query_assets_toolFiles added
Installation
Test plan
claude plugin validate ./claude-plugin— passesclaude --plugin-dir ./claude-plugin— plugin loads correctlyclaude plugin marketplace add— marketplace registers successfullyclaude plugin install atlan@atlan-marketplace— installs and shows✔ enabledclaude plugin list— showsatlan@atlan-marketplacewith status✔ enabled/mcpin interactive session (requires browser)🤖 Generated with Claude Code