@@ -3,6 +3,7 @@ registry:
3
3
description : The MCP SQLite promptfile contributes all of the tools necessary to work with SQLite and SQLite databases. The file also includes a prompt to seed the database with initial data which helps to demonstrate what you can do with an SQLite MCP Server.
4
4
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/mcp-sqlite.md
5
5
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/sqlite.md
6
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/mcp-sqlite.md
6
7
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg
7
8
tools :
8
9
- name : read-query
@@ -16,6 +17,7 @@ registry:
16
17
curl :
17
18
description : This prompt file contains the standard curl tool. In addition to the tool itself, you get a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
18
19
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/curl.md
20
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/curl.md
19
21
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/curl.svg
20
22
tools :
21
23
- name : curl-manual
@@ -25,6 +27,7 @@ registry:
25
27
ffmpeg :
26
28
description : Use ffmpeg to process video files. This prompt file contains the ffmpeg tool, and a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
27
29
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/ffmpeg.md
30
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/ffmpeg.md
28
31
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/ffmpeg.svg
29
32
tools :
30
33
- name : imagemagick-manual
@@ -36,6 +39,7 @@ registry:
36
39
qr code :
37
40
description : Generate a qrcode for an input text string
38
41
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/qrencode.md
42
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/qrencode.md
39
43
icon : https://2.gravatar.com/userimage/39790510/4918b92358fde20da56c0ec8e5ac7a23?size=256
40
44
tools :
41
45
- name : qrencode
@@ -45,6 +49,7 @@ registry:
45
49
description : Give your MCP client a memory system! This prompt file contains a tool to create entities, relations, and observations in a knowledge graph. It also contains a tool to read the latest man page to help clear up any issues. It also contains a prompt to demonstrate how to use the tool in a multi-step process.
46
50
ref : github:docker/labs-ai-tools-for-devs?path=prompts/examples/mcp-memory.md
47
51
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/memory.md
52
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/mcp-memory.md
48
53
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/knowledgebase.svg
49
54
tools :
50
55
- name : create_entities
@@ -61,6 +66,7 @@ registry:
61
66
chrome :
62
67
description : Drive a headless Chrome browser to interact with web pages
63
68
ref : github:docker/labs-ai-tools-for-devs?path=prompts/chrome.md
69
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/chrome.md
64
70
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/googlechrome.svg
65
71
tools :
66
72
- name : interact-with-chrome
@@ -72,6 +78,7 @@ registry:
72
78
sequentialthinking :
73
79
description : A tool for dynamic and reflective problem-solving through a structured thinking process
74
80
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/sequentialthinking.md
81
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/sequentialthinking.md
75
82
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/sequentialthinking.md
76
83
icon : https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo/2454513/2454513-1570719639731-bfdf3620a4e0d.jpg
77
84
tools :
@@ -205,6 +212,9 @@ registry:
205
212
description : This MCP server integrates with Google Drive to allow listing, reading, and searching over files
206
213
ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/gdrive.md
207
214
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/googledrive.svg
215
+ source : https://github.com/modelcontextprotocol/servers/tree/2025.4.6/src/gdrive
216
+ secrets :
217
+ - name : google.gcp-oauth.keys.json
208
218
tools :
209
219
- name : gdrive_auth
210
220
secrets :
@@ -236,6 +246,7 @@ registry:
236
246
description : A Model Context Protocol server for Git repository interaction and automation
237
247
ref : github:docker/labs-ai-tools-for-devs?path=prompts/examples/git.md
238
248
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/git.md
249
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/git.md
239
250
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/git.svg
240
251
tools :
241
252
- name : git
@@ -315,7 +326,7 @@ registry:
315
326
Local filesystem access with configurable allowed paths
316
327
ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/filesystem.md
317
328
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/filesystem.md
318
- source : https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
329
+ source : https://github.com/modelcontextprotocol/servers/tree/2025.4.6
319
330
icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
320
331
tools : []
321
332
prompts : 0
@@ -344,6 +355,7 @@ registry:
344
355
postgres readonly :
345
356
description : Connect with read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
346
357
ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/postgres.md
358
+ source : https://github.com/modelcontextprotocol/servers/tree/2025.4.6
347
359
icon : https://img.icons8.com/ios/50/postgreesql.png
348
360
tools : []
349
361
secrets :
@@ -384,6 +396,7 @@ registry:
384
396
description : |
385
397
Bootstrap new tools from your MCP client
386
398
ref : github:docker/labs-ai-tools-for-devs?path=prompts/bootstrap.md
399
+ source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/bootstrap.md
387
400
icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
388
401
tools :
389
402
- name : tool-registration
@@ -467,10 +480,16 @@ registry:
467
480
- name : jira_transition_issue
468
481
- name : jira_update_issue
469
482
secrets :
470
- - name : atlassian.jira.token
471
- - name : atlassian.confluence.token
472
483
prompts : 0
473
484
resources : {}
485
+ - name : atlassian.jira.api_token
486
+ required : false
487
+ - name : atlassian.confluence.api_token
488
+ required : false
489
+ - name : atlassian.jira.personal_token
490
+ required : false
491
+ - name : atlassian.confluence.personal_token
492
+ required : false
474
493
config :
475
494
- name : atlassian
476
495
description : The MCP server is allowed to access these paths
@@ -655,8 +674,8 @@ registry:
655
674
description : Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.
656
675
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/github-official.md
657
676
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/github-official.md
658
- source : https://github.com/docker/labs-ai-tools-for-devs/tree/main/functions /github-mcp-server
659
- icon : https://avatars.githubusercontent.com/u/9919?s=200&v=4
677
+ source : https://github.com/github /github-mcp-server
678
+ icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/github.svg
660
679
tools :
661
680
- name : add_issue_comment
662
681
- name : create_branch
0 commit comments