Skip to content

Commit 8812668

Browse files
Add secrets
1 parent c43c8d5 commit 8812668

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

prompts/catalog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,16 +408,24 @@ registry:
408408
An MCP server implementation for retrieving information from the AWS Knowledge Base using the Bedrock Agent Runtime.
409409
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/aws-kb-retrieval-server.md
410410
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/amazonaws.svg
411+
secrets:
412+
- {name: aws.access_key_id}
413+
- {name: aws.secret_access_key}
414+
- {name: aws.region}
411415
everart:
412416
description: |
413417
Image generation server using EverArt's API.
414418
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/everart.md
415419
icon: https://10web.io/wp-content/uploads/2024/07/EverArt.png
420+
secrets:
421+
- {name: everart.api_key}
416422
sentry:
417423
description: |
418424
A Model Context Protocol server for retrieving and analyzing issues from Sentry.io. This server provides tools to inspect error reports, stacktraces, and other debugging information from your Sentry account.
419425
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/sentry.md
420426
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sentry.svg
427+
secrets:
428+
- {name: sentry.auth_token}
421429
gitlab:
422430
description: |
423431
MCP Server for the GitLab API, enabling project management, file operations, and more.
@@ -430,21 +438,29 @@ registry:
430438
url:
431439
type: string
432440
description: api url - optional for self-hosted instances
441+
secrets:
442+
- {name: gitlab.personal_access_token}
433443
obsidian:
434444
description: |
435445
MCP server to interact with Obsidian via the Local REST API community plugin.
436446
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/obsidian.md
437447
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/obsidian.svg
448+
secrets:
449+
- {name: obsidian.api_key}
438450
mcp-discord:
439451
description: |
440452
A Discord MCP (Model Context Protocol) server that enables AI assistants to interact with the Discord platform.
441453
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/barryyip0625-mcp-discord.md
442454
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/discord.svg
455+
secrets:
456+
- {name: discord.token}
443457
discordmcp:
444458
description: |
445459
A Model Context Protocol (MCP) server that enables LLMs to interact with Discord channels, allowing them to send and read messages through Discord's API. Using this server, LLMs like Claude can directly interact with Discord channels while maintaining user control and security.
446460
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/v-3-discordmcp.md
447461
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/discord.svg
462+
secrets:
463+
- {name: discord.token}
448464
resend:
449465
description: |
450466
Sends emails using Resend's API. Why? Now you can let Cursor or Claude Desktop compose emails for you and send it right away without having to copy and paste the email content.
@@ -460,4 +476,6 @@ registry:
460476
reply_to:
461477
type: string
462478
description: comma separated list of reply to email addresses
479+
secrets:
480+
- {name: resend.api_key}
463481

0 commit comments

Comments
 (0)