Skip to content

Commit 490c553

Browse files
authored
Merge pull request #57 from stacklok/remove-aws-dupes
Update AWS MCPs
2 parents c254a69 + 1ace5e1 commit 490c553

File tree

4 files changed

+63
-127
lines changed

4 files changed

+63
-127
lines changed

registry/aws-diagram-mcp-server/spec.yaml

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

registry/aws-diagram/spec.yaml

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,49 @@
1-
# aws-diagram MCP Server Registry Entry
2-
# Auto-imported from ToolHive registry.json
3-
#
4-
# Original source: https://github.com/stacklok/toolhive
5-
# Import timestamp: 2025-08-14T07:27:00Z
6-
# ---
71
name: aws-diagram
2+
image: ghcr.io/stacklok/dockyard/uvx/aws-diagram:1.0.5
83
description: Generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.
94
tier: Official
105
status: Active
116
transport: stdio
7+
target_port: 0
8+
permissions:
9+
name: ""
10+
read: []
11+
write: []
12+
network:
13+
outbound:
14+
insecure_allow_all: false
15+
allow_host: []
16+
allow_port: []
1217
tools:
1318
- generate_diagram
1419
- get_diagram_examples
1520
- list_icons
16-
metadata:
17-
stars: 5950
18-
pulls: 7294
19-
last_updated: "2025-08-22T09:45:11Z"
20-
repository_url: https://github.com/awslabs/mcp
21-
tags:
22-
- aws
23-
- diagram
24-
- sequence-diagram
25-
- flow-diagram
26-
- class-diagram
27-
- python
28-
image: docker.io/mcp/aws-diagram:latest
29-
permissions:
30-
network:
31-
outbound: {}
3221
env_vars:
22+
- name: OUTPUT_DIR
23+
description: Directory where diagrams will be saved
24+
required: false
25+
default: "/tmp/diagrams"
26+
secret: false
3327
- name: FASTMCP_LOG_LEVEL
3428
description: Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
3529
required: false
3630
default: ERROR
31+
args: []
32+
metadata:
33+
stars: 5291
34+
pulls: 0
35+
last_updated: "2025-08-22T02:32:58Z"
36+
repository_url: https://github.com/awslabs/mcp
37+
tags:
38+
- aws
39+
- cloud
40+
- diagrams
41+
- architecture
42+
- visualization
43+
# Provenance for supply chain security (Dockyard build)
44+
provenance:
45+
cert_issuer: https://token.actions.githubusercontent.com
46+
repository_uri: https://github.com/stacklok/dockyard
47+
runner_environment: github-hosted
48+
signer_identity: /.github/workflows/build-containers.yml
49+
sigstore_url: tuf-repo-cdn.sigstore.dev

registry/aws-documentation-mcp-server/spec.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,26 @@
1-
# aws-documentation MCP Server Registry Entry
2-
# Auto-imported from ToolHive registry.json
3-
#
4-
# Original source: https://github.com/stacklok/toolhive
5-
# Import timestamp: 2025-08-14T07:27:00Z
6-
# ---
71
name: aws-documentation
2+
image: ghcr.io/stacklok/dockyard/uvx/aws-documentation:1.1.2
83
description: Access AWS documentation, search for content, and get recommendations.
94
tier: Official
105
status: Active
116
transport: stdio
12-
tools:
13-
- read_documentation
14-
- recommend
15-
- search_documentation
16-
metadata:
17-
stars: 5950
18-
pulls: 10451
19-
last_updated: "2025-08-22T09:45:09Z"
20-
repository_url: https://github.com/awslabs/mcp
21-
tags:
22-
- aws
23-
- content
24-
- documentation
25-
- knowledge-base
26-
image: docker.io/mcp/aws-documentation:latest
7+
target_port: 0
278
permissions:
9+
name: ""
10+
read: []
11+
write: []
2812
network:
2913
outbound:
14+
insecure_allow_all: false
3015
allow_host:
3116
- .docs.aws.amazon.com
3217
- .docs.amazonaws.cn
3318
allow_port:
3419
- 443
20+
tools:
21+
- read_documentation
22+
- search_documentation
23+
- recommend
3524
env_vars:
3625
- name: AWS_DOCUMENTATION_PARTITION
3726
description: AWS documentation partition (aws, aws-cn)
@@ -41,3 +30,21 @@ env_vars:
4130
description: Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
4231
required: false
4332
default: ERROR
33+
args: []
34+
metadata:
35+
stars: 5950
36+
pulls: 0
37+
last_updated: 2025-08-22T09:40:58Z
38+
repository_url: https://github.com/awslabs/mcp
39+
tags:
40+
- aws
41+
- documentation
42+
- cloud
43+
- reference
44+
# Provenance for supply chain security (Dockyard build)
45+
provenance:
46+
cert_issuer: https://token.actions.githubusercontent.com
47+
repository_uri: https://github.com/stacklok/dockyard
48+
runner_environment: github-hosted
49+
signer_identity: /.github/workflows/build-containers.yml
50+
sigstore_url: tuf-repo-cdn.sigstore.dev

0 commit comments

Comments
 (0)