Skip to content

Commit 65de7af

Browse files
committed
chore: initial registry definition
Signed-off-by: Ivan Pedrazas <ivan.pedrazas@docker.com>
1 parent b48c489 commit 65de7af

116 files changed

Lines changed: 2956 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

servers/SQLite/server.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: SQLite
2+
image: mcp/sqlite
3+
type: server
4+
meta:
5+
category: database
6+
tags:
7+
- sqlite
8+
- database
9+
about:
10+
title: SQLite (Archived)
11+
description: Database interaction and business intelligence capabilities.
12+
icon: https://avatars.githubusercontent.com/u/48680494?v=4
13+
source:
14+
project: https://github.com/modelcontextprotocol/servers
15+
branch: 2025.4.24
16+
directory: src/sqlite
17+
run:
18+
command:
19+
- --db-path
20+
- /mcp/db.sqlite
21+
volumes:
22+
- mcp-sqlite:/mcp

servers/astra-db/server.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: astra-db
2+
image: mcp/astra-db
3+
type: server
4+
meta:
5+
category: database
6+
tags:
7+
- astra-db
8+
- database
9+
highlighted: true
10+
about:
11+
title: Astra DB
12+
icon: https://avatars.githubusercontent.com/u/573369?s=200&v=4
13+
source:
14+
project: https://github.com/datastax/astra-db-mcp
15+
branch: refs/pull/14/merge
16+
config:
17+
description: Configure the connection to Astra DB
18+
secrets:
19+
- name: astra-db.application_token
20+
env: ASTRA_DB_APPLICATION_TOKEN
21+
example: your_astra_db_token
22+
env:
23+
- name: ASTRA_DB_API_ENDPOINT
24+
example: ""
25+
value: '{{astra-db.endpoint}}'
26+
parameters:
27+
type: object
28+
properties:
29+
endpoint:
30+
type: string

servers/atlas-docs/server.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: atlas-docs
2+
image: mcp/atlas-docs
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- atlas-docs
8+
- devops
9+
about:
10+
title: Atlas Docs
11+
icon: https://avatars.githubusercontent.com/u/184709581?s=200&v=4
12+
source:
13+
project: https://github.com/CartographAI/atlas-docs-mcp
14+
branch: master
15+
config:
16+
description: Configure the connection to Atlas Docs
17+
env:
18+
- name: ATLAS_API_URL
19+
example: https://atlas.cartograph.app/api
20+
value: '{{atlas-docs.api_url}}'
21+
parameters:
22+
type: object
23+
properties:
24+
api_url:
25+
type: string

servers/atlassian/server.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: atlassian
2+
image: mcp/atlassian
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- atlassian
8+
- confluence
9+
- jira
10+
highlighted: true
11+
about:
12+
title: Atlassian
13+
description: Tools for Atlassian products (Confluence and Jira). This integration supports both Atlassian Cloud and Jira Server/Data Center deployments.
14+
icon: https://avatars.githubusercontent.com/u/43281909?s=200&v=4
15+
source:
16+
project: https://github.com/sooperset/mcp-atlassian
17+
branch: v0.11.2
18+
config:
19+
description: The MCP server is allowed to access these paths
20+
secrets:
21+
- name: atlassian.confluence.api_token
22+
env: CONFLUENCE_API_TOKEN
23+
example: your_api_token
24+
- name: atlassian.confluence.personal_token
25+
env: CONFLUENCE_PERSONAL_TOKEN
26+
example: your_api_token
27+
- name: atlassian.jira.api_token
28+
env: JIRA_API_TOKEN
29+
example: your_api_token
30+
- name: atlassian.jira.personal_token
31+
env: JIRA_PERSONAL_TOKEN
32+
example: your_api_token
33+
env:
34+
- name: CONFLUENCE_URL
35+
example: https://your-company.atlassian.net/wiki
36+
value: '{{atlassian.confluence.url}}'
37+
- name: CONFLUENCE_USERNAME
38+
example: your.email@company.com
39+
value: '{{atlassian.confluence.username}}'
40+
- name: JIRA_URL
41+
example: https://your-company.atlassian.net
42+
value: '{{atlassian.jira.url}}'
43+
- name: JIRA_USERNAME
44+
example: your.email@company.com
45+
value: '{{atlassian.jira.username}}'
46+
parameters:
47+
type: object
48+
properties:
49+
confluence:
50+
type: object
51+
properties:
52+
url:
53+
type: string
54+
username:
55+
type: string
56+
required:
57+
- url
58+
jira:
59+
type: object
60+
properties:
61+
url:
62+
type: string
63+
username:
64+
type: string
65+
required:
66+
- url
67+
anyOf:
68+
- required:
69+
- confluence
70+
- required:
71+
- jira
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: audiense-insights
2+
image: mcp/audiense-insights
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- audiense-insights
8+
- devops
9+
about:
10+
title: Audiense Insights
11+
icon: https://avatars.githubusercontent.com/u/2454008?s=200&v=4
12+
source:
13+
project: https://github.com/AudienseCo/mcp-audiense-insights
14+
config:
15+
description: Configure the connection to Audiense Insights
16+
secrets:
17+
- name: audiense-insights.client_secret
18+
env: AUDIENSE_CLIENT_SECRET
19+
example: your_client_secret_here
20+
- name: audiense-insights.twitter_bearer_token
21+
env: TWITTER_BEARER_TOKEN
22+
example: your_token_here
23+
env:
24+
- name: AUDIENSE_CLIENT_ID
25+
example: your_client_id_here
26+
value: '{{audiense-insights.client_id}}'
27+
parameters:
28+
type: object
29+
properties:
30+
client_id:
31+
type: string
32+
required:
33+
- client_id
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: aws-cdk-mcp-server
2+
image: mcp/aws-cdk-mcp-server
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- aws-cdk-mcp-server
8+
- devops
9+
about:
10+
title: AWS CDK
11+
description: AWS Cloud Development Kit (CDK) best practices, infrastructure as code patterns, and security compliance with CDK Nag.
12+
icon: https://avatars.githubusercontent.com/u/3299148?v=4
13+
source:
14+
project: https://github.com/awslabs/mcp
15+
directory: src/cdk-mcp-server
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: aws-core-mcp-server
2+
image: mcp/aws-core-mcp-server
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- aws-core-mcp-server
8+
- devops
9+
about:
10+
title: AWS Core MCP Server
11+
description: Starting point for using the awslabs MCP servers.
12+
icon: https://avatars.githubusercontent.com/u/3299148?v=4
13+
source:
14+
project: https://github.com/awslabs/mcp
15+
directory: src/core-mcp-server

servers/aws-diagram/server.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: aws-diagram
2+
image: mcp/aws-diagram
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- aws-diagram
8+
- devops
9+
about:
10+
title: AWS Diagram
11+
description: Seamlessly create diagrams using the Python diagrams package DSL. This server allows you to generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.
12+
icon: https://avatars.githubusercontent.com/u/3299148?v=4
13+
source:
14+
project: https://github.com/awslabs/mcp
15+
directory: src/aws-diagram-mcp-server
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: aws-documentation
2+
image: mcp/aws-documentation
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- aws-documentation
8+
- devops
9+
about:
10+
title: AWS Documentation
11+
description: Tools to access AWS documentation, search for content, and get recommendations.
12+
icon: https://avatars.githubusercontent.com/u/3299148?v=4
13+
source:
14+
project: https://github.com/awslabs/mcp
15+
directory: src/aws-documentation-mcp-server
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: aws-kb-retrieval-server
2+
image: mcp/aws-kb-retrieval-server
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- aws
8+
- devops
9+
about:
10+
title: AWS KB Retrieval (Archived)
11+
description: An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime.
12+
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
13+
source:
14+
project: https://github.com/modelcontextprotocol/servers
15+
branch: 2025.4.24
16+
dockerfile: src/aws-kb-retrieval-server/Dockerfile
17+
config:
18+
description: Configure the connection to AWS
19+
secrets:
20+
- name: aws.secret_access_key
21+
env: AWS_SECRET_ACCESS_KEY
22+
example: YOUR_SECRET_ACCESS_KEY_HERE
23+
env:
24+
- name: AWS_ACCESS_KEY_ID
25+
example: YOUR_ACCESS_KEY_HERE
26+
value: '{{aws-kb-retrieval-server.access_key_id}}'
27+
parameters:
28+
type: object
29+
properties:
30+
access_key_id:
31+
type: string
32+
required:
33+
- access_key_id

0 commit comments

Comments
 (0)