Skip to content

Commit 954cc13

Browse files
authored
fix: Atlan MCP server (#57)
* fix: Atlan MCP server * chore: remove highlighted metadata
1 parent a5c9c54 commit 954cc13

File tree

2 files changed

+26
-54
lines changed

2 files changed

+26
-54
lines changed

servers/atlan-mcp-server/server.yaml

Lines changed: 0 additions & 54 deletions
This file was deleted.

servers/atlan/server.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: atlan
2+
image: mcp/atlan
3+
type: server
4+
meta:
5+
category: database
6+
tags:
7+
- atlan
8+
- metadata
9+
about:
10+
title: Atlan MCP Server
11+
description: MCP server for interacting with Atlan services including asset search, updates, and lineage traversal for comprehensive data governance and discovery.
12+
icon: https://avatars.githubusercontent.com/u/47002402?s=200&v=4
13+
source:
14+
project: https://github.com/atlanhq/agent-toolkit
15+
branch: main
16+
directory: modelcontextprotocol
17+
config:
18+
description: Configure the connection to Atlan
19+
secrets:
20+
- name: atlan.atlan_api_key
21+
env: ATLAN_API_KEY
22+
example: <YOUR_ATLAN_API_KEY>
23+
- name: atlan.atlan_base_url
24+
env: ATLAN_BASE_URL
25+
example: https://your-instance.atlan.com
26+

0 commit comments

Comments
 (0)