Skip to content

Commit 42af457

Browse files
committed
Sync the catalog
Signed-off-by: David Gageot <[email protected]>
1 parent 4ee0f6b commit 42af457

22 files changed

+746
-295
lines changed

prompts/catalog.yaml

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ registry:
127127
description: Interact with Slack Workspaces over the Slack API.
128128
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/slack.md
129129
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/slack.md
130-
source: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
130+
source: https://github.com/modelcontextprotocol/servers/tree/2025.4.24
131131
icon: https://avatars.githubusercontent.com/u/6911160?s=200&v=4
132132
tools:
133133
- name: slack_add_reaction
@@ -209,13 +209,25 @@ registry:
209209
description: Configure the connection to Redis
210210
type: object
211211
properties:
212-
redis.host:
212+
ca_certs:
213+
type: string
214+
ca_path:
213215
type: string
214-
redis.port:
216+
cert_reqs:
217+
type: string
218+
cluster_mode:
219+
type: boolean
220+
host:
221+
type: string
222+
port:
215223
type: integer
216-
redis.ssl:
224+
ssl:
217225
type: boolean
218-
redis.username:
226+
ssl_certfile:
227+
type: string
228+
ssl_keyfile:
229+
type: string
230+
username:
219231
type: string
220232
github:
221233
description: Tools for interacting with the GitHub API, enabling file operations, repository management, search functionality, and more.
@@ -550,12 +562,14 @@ registry:
550562
- name: jira_batch_create_issues
551563
- name: jira_create_issue
552564
- name: jira_create_issue_link
565+
- name: jira_create_sprint
553566
- name: jira_delete_issue
554567
- name: jira_download_attachments
555568
- name: jira_get_agile_boards
556569
- name: jira_get_board_issues
557570
- name: jira_get_epic_issues
558571
- name: jira_get_issue
572+
- name: jira_get_link_types
559573
- name: jira_get_project_issues
560574
- name: jira_get_sprint_issues
561575
- name: jira_get_sprints_from_board
@@ -691,7 +705,7 @@ registry:
691705
description: MCP Server for the GitLab API, enabling project management, file operations, and more.
692706
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/gitlab.md
693707
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/gitlab.md
694-
source: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
708+
source: https://github.com/modelcontextprotocol/servers/tree/2025.4.24
695709
icon: https://avatars.githubusercontent.com/u/1086321?s=200&v=4
696710
tools:
697711
- name: create_branch
@@ -984,7 +998,7 @@ registry:
984998
required:
985999
- client_id
9861000
basic-memory:
987-
description: Basic Memory is a knowledge management system that allows you to build a persistent semantic graph from conversations with AI assistants. All knowledge is stored in standard Markdown files on your computer, giving you full control and ownership of your data. Integrates directly with Obsidan.md.
1001+
description: Basic Memory is a knowledge management system that allows you to build a persistent semantic graph from conversations with AI assistants, stored in standard Markdown files on your computer. Integrates directly with Obsidan.md.
9881002
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/basic-memory.md
9891003
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/basic-memory.md
9901004
source: https://github.com/basicmachines-co/basic-memory/tree/main
@@ -1084,7 +1098,7 @@ registry:
10841098
description: A Model Context Protocol server that provides access to Shodan API functionality.
10851099
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/cyreslab-ai-shodan.md
10861100
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/cyreslab-ai-shodan.md
1087-
source: https://github.com/Cyreslab-AI/shodan-mcp-server/tree/main
1101+
source: https://github.com/Cyreslab-AI/shodan-mcp-server/tree/935f7044f60570cf2d094d94596eeea7872fb6be
10881102
icon: https://avatars.githubusercontent.com/u/178556137?s=200&v=4
10891103
tools:
10901104
- name: get_host_info
@@ -1480,17 +1494,20 @@ registry:
14801494
tools:
14811495
- name: __node_version
14821496
- name: complete_database_migration
1497+
- name: complete_query_tuning
14831498
- name: create_branch
14841499
- name: create_project
14851500
- name: delete_branch
14861501
- name: delete_project
14871502
- name: describe_branch
14881503
- name: describe_project
14891504
- name: describe_table_schema
1505+
- name: explain_sql_statement
14901506
- name: get_connection_string
14911507
- name: get_database_tables
14921508
- name: list_projects
14931509
- name: prepare_database_migration
1510+
- name: prepare_query_tuning
14941511
- name: provision_neon_auth
14951512
- name: run_sql
14961513
- name: run_sql_transaction
@@ -1507,17 +1524,20 @@ registry:
15071524
tools:
15081525
- name: __node_version
15091526
- name: complete_database_migration
1527+
- name: complete_query_tuning
15101528
- name: create_branch
15111529
- name: create_project
15121530
- name: delete_branch
15131531
- name: delete_project
15141532
- name: describe_branch
15151533
- name: describe_project
15161534
- name: describe_table_schema
1535+
- name: explain_sql_statement
15171536
- name: get_connection_string
15181537
- name: get_database_tables
15191538
- name: list_projects
15201539
- name: prepare_database_migration
1540+
- name: prepare_query_tuning
15211541
- name: provision_neon_auth
15221542
- name: run_sql
15231543
- name: run_sql_transaction
@@ -1988,19 +2008,15 @@ registry:
19882008
icon: https://avatars.githubusercontent.com/u/119348676?s=200&v=4
19892009
tools:
19902010
- name: glif_info
1991-
- name: list_bots
19922011
- name: list_featured_glifs
19932012
- name: list_saved_glif_tools
1994-
- name: load_bot
19952013
- name: my_glif_user_info
19962014
- name: my_glifs
19972015
- name: remove_all_glif_tools
19982016
- name: remove_glif_tool
19992017
- name: run_glif
2000-
- name: save_bot_skills_as_tools
20012018
- name: save_glif_as_tool
20022019
- name: search_glifs
2003-
- name: show_bot_info
20042020
secrets:
20052021
- name: glif.api_token
20062022
prompts: 0
@@ -2021,7 +2037,7 @@ registry:
20212037
source: https://github.com/exa-labs/exa-mcp-server/tree/main
20222038
icon: https://avatars.githubusercontent.com/u/77906174?s=200&v=4
20232039
tools:
2024-
- name: web_search
2040+
- name: web_search_exa
20252041
secrets:
20262042
- name: exa.api_key
20272043
prompts: 0
@@ -2089,11 +2105,11 @@ registry:
20892105
description: Configure the connection to your 3D printer
20902106
type: object
20912107
properties:
2092-
printer.host:
2108+
host:
20932109
type: string
2094-
printer.serial:
2110+
serial:
20952111
type: string
2096-
printer.type:
2112+
type:
20972113
type: string
20982114
grafana:
20992115
description: MCP server for Grafana.
@@ -2128,6 +2144,7 @@ registry:
21282144
- name: query_loki_stats
21292145
- name: query_prometheus
21302146
- name: search_dashboards
2147+
- name: update_dashboard
21312148
secrets:
21322149
- name: grafana.api_key
21332150
prompts: 0
@@ -2320,7 +2337,7 @@ registry:
23202337
description: Configure the connection to Risken
23212338
type: object
23222339
properties:
2323-
risken.url:
2340+
url:
23242341
type: string
23252342
context7:
23262343
description: Context7 MCP Server -- Up-to-date documentation for LLMs and AI code editors.
@@ -2464,5 +2481,5 @@ registry:
24642481
description: Configure the connection to Redis
24652482
type: object
24662483
properties:
2467-
flexprice.base_url:
2484+
base_url:
24682485
type: string

prompts/mcp/cyreslab-ai-shodan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ mcp:
66
secrets:
77
cyreslab-ai-shodan.api_key: SHODAN_API_KEY
88
source:
9-
url: https://github.com/Cyreslab-AI/shodan-mcp-server/tree/main
9+
url: https://github.com/Cyreslab-AI/shodan-mcp-server/tree/935f7044f60570cf2d094d94596eeea7872fb6be
1010
---

prompts/mcp/gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ mcp:
88
environment:
99
GITLAB_API_URL: "{{gitlab.url|safe}}"
1010
source:
11-
url: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
11+
url: https://github.com/modelcontextprotocol/servers/tree/2025.4.24
1212
---

0 commit comments

Comments
 (0)