@@ -127,7 +127,7 @@ registry:
127
127
description : Interact with Slack Workspaces over the Slack API.
128
128
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/slack.md
129
129
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
131
131
icon : https://avatars.githubusercontent.com/u/6911160?s=200&v=4
132
132
tools :
133
133
- name : slack_add_reaction
@@ -209,13 +209,25 @@ registry:
209
209
description : Configure the connection to Redis
210
210
type : object
211
211
properties :
212
- redis.host :
212
+ ca_certs :
213
+ type : string
214
+ ca_path :
213
215
type : string
214
- redis.port :
216
+ cert_reqs :
217
+ type : string
218
+ cluster_mode :
219
+ type : boolean
220
+ host :
221
+ type : string
222
+ port :
215
223
type : integer
216
- redis. ssl :
224
+ ssl :
217
225
type : boolean
218
- redis.username :
226
+ ssl_certfile :
227
+ type : string
228
+ ssl_keyfile :
229
+ type : string
230
+ username :
219
231
type : string
220
232
github :
221
233
description : Tools for interacting with the GitHub API, enabling file operations, repository management, search functionality, and more.
@@ -550,12 +562,14 @@ registry:
550
562
- name : jira_batch_create_issues
551
563
- name : jira_create_issue
552
564
- name : jira_create_issue_link
565
+ - name : jira_create_sprint
553
566
- name : jira_delete_issue
554
567
- name : jira_download_attachments
555
568
- name : jira_get_agile_boards
556
569
- name : jira_get_board_issues
557
570
- name : jira_get_epic_issues
558
571
- name : jira_get_issue
572
+ - name : jira_get_link_types
559
573
- name : jira_get_project_issues
560
574
- name : jira_get_sprint_issues
561
575
- name : jira_get_sprints_from_board
@@ -691,7 +705,7 @@ registry:
691
705
description : MCP Server for the GitLab API, enabling project management, file operations, and more.
692
706
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/gitlab.md
693
707
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
695
709
icon : https://avatars.githubusercontent.com/u/1086321?s=200&v=4
696
710
tools :
697
711
- name : create_branch
@@ -984,7 +998,7 @@ registry:
984
998
required :
985
999
- client_id
986
1000
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.
988
1002
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/basic-memory.md
989
1003
readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/basic-memory.md
990
1004
source : https://github.com/basicmachines-co/basic-memory/tree/main
@@ -1084,7 +1098,7 @@ registry:
1084
1098
description : A Model Context Protocol server that provides access to Shodan API functionality.
1085
1099
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/cyreslab-ai-shodan.md
1086
1100
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
1088
1102
icon : https://avatars.githubusercontent.com/u/178556137?s=200&v=4
1089
1103
tools :
1090
1104
- name : get_host_info
@@ -1480,17 +1494,20 @@ registry:
1480
1494
tools :
1481
1495
- name : __node_version
1482
1496
- name : complete_database_migration
1497
+ - name : complete_query_tuning
1483
1498
- name : create_branch
1484
1499
- name : create_project
1485
1500
- name : delete_branch
1486
1501
- name : delete_project
1487
1502
- name : describe_branch
1488
1503
- name : describe_project
1489
1504
- name : describe_table_schema
1505
+ - name : explain_sql_statement
1490
1506
- name : get_connection_string
1491
1507
- name : get_database_tables
1492
1508
- name : list_projects
1493
1509
- name : prepare_database_migration
1510
+ - name : prepare_query_tuning
1494
1511
- name : provision_neon_auth
1495
1512
- name : run_sql
1496
1513
- name : run_sql_transaction
@@ -1507,17 +1524,20 @@ registry:
1507
1524
tools :
1508
1525
- name : __node_version
1509
1526
- name : complete_database_migration
1527
+ - name : complete_query_tuning
1510
1528
- name : create_branch
1511
1529
- name : create_project
1512
1530
- name : delete_branch
1513
1531
- name : delete_project
1514
1532
- name : describe_branch
1515
1533
- name : describe_project
1516
1534
- name : describe_table_schema
1535
+ - name : explain_sql_statement
1517
1536
- name : get_connection_string
1518
1537
- name : get_database_tables
1519
1538
- name : list_projects
1520
1539
- name : prepare_database_migration
1540
+ - name : prepare_query_tuning
1521
1541
- name : provision_neon_auth
1522
1542
- name : run_sql
1523
1543
- name : run_sql_transaction
@@ -1988,19 +2008,15 @@ registry:
1988
2008
icon : https://avatars.githubusercontent.com/u/119348676?s=200&v=4
1989
2009
tools :
1990
2010
- name : glif_info
1991
- - name : list_bots
1992
2011
- name : list_featured_glifs
1993
2012
- name : list_saved_glif_tools
1994
- - name : load_bot
1995
2013
- name : my_glif_user_info
1996
2014
- name : my_glifs
1997
2015
- name : remove_all_glif_tools
1998
2016
- name : remove_glif_tool
1999
2017
- name : run_glif
2000
- - name : save_bot_skills_as_tools
2001
2018
- name : save_glif_as_tool
2002
2019
- name : search_glifs
2003
- - name : show_bot_info
2004
2020
secrets :
2005
2021
- name : glif.api_token
2006
2022
prompts : 0
@@ -2021,7 +2037,7 @@ registry:
2021
2037
source : https://github.com/exa-labs/exa-mcp-server/tree/main
2022
2038
icon : https://avatars.githubusercontent.com/u/77906174?s=200&v=4
2023
2039
tools :
2024
- - name : web_search
2040
+ - name : web_search_exa
2025
2041
secrets :
2026
2042
- name : exa.api_key
2027
2043
prompts : 0
@@ -2089,11 +2105,11 @@ registry:
2089
2105
description : Configure the connection to your 3D printer
2090
2106
type : object
2091
2107
properties :
2092
- printer. host :
2108
+ host :
2093
2109
type : string
2094
- printer. serial :
2110
+ serial :
2095
2111
type : string
2096
- printer. type :
2112
+ type :
2097
2113
type : string
2098
2114
grafana :
2099
2115
description : MCP server for Grafana.
@@ -2128,6 +2144,7 @@ registry:
2128
2144
- name : query_loki_stats
2129
2145
- name : query_prometheus
2130
2146
- name : search_dashboards
2147
+ - name : update_dashboard
2131
2148
secrets :
2132
2149
- name : grafana.api_key
2133
2150
prompts : 0
@@ -2320,7 +2337,7 @@ registry:
2320
2337
description : Configure the connection to Risken
2321
2338
type : object
2322
2339
properties :
2323
- risken. url :
2340
+ url :
2324
2341
type : string
2325
2342
context7 :
2326
2343
description : Context7 MCP Server -- Up-to-date documentation for LLMs and AI code editors.
@@ -2464,5 +2481,5 @@ registry:
2464
2481
description : Configure the connection to Redis
2465
2482
type : object
2466
2483
properties :
2467
- flexprice. base_url :
2484
+ base_url :
2468
2485
type : string
0 commit comments