@@ -3,6 +3,7 @@ registry:
33 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.
44 ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/mcp-sqlite.md
55 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
67 icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg
78 tools :
89 - name : read-query
@@ -16,6 +17,7 @@ registry:
1617 curl :
1718 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.
1819 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
1921 icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/curl.svg
2022 tools :
2123 - name : curl-manual
@@ -25,6 +27,7 @@ registry:
2527 ffmpeg :
2628 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.
2729 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
2831 icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/ffmpeg.svg
2932 tools :
3033 - name : imagemagick-manual
@@ -36,6 +39,7 @@ registry:
3639 qr code :
3740 description : Generate a qrcode for an input text string
3841 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
3943 icon : https://2.gravatar.com/userimage/39790510/4918b92358fde20da56c0ec8e5ac7a23?size=256
4044 tools :
4145 - name : qrencode
@@ -45,6 +49,7 @@ registry:
4549 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.
4650 ref : github:docker/labs-ai-tools-for-devs?path=prompts/examples/mcp-memory.md
4751 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
4853 icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/knowledgebase.svg
4954 tools :
5055 - name : create_entities
@@ -61,6 +66,7 @@ registry:
6166 chrome :
6267 description : Drive a headless Chrome browser to interact with web pages
6368 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
6470 icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/googlechrome.svg
6571 tools :
6672 - name : interact-with-chrome
@@ -72,6 +78,7 @@ registry:
7278 sequentialthinking :
7379 description : A tool for dynamic and reflective problem-solving through a structured thinking process
7480 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
7582 readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/sequentialthinking.md
7683 icon : https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo/2454513/2454513-1570719639731-bfdf3620a4e0d.jpg
7784 tools :
@@ -205,6 +212,9 @@ registry:
205212 description : This MCP server integrates with Google Drive to allow listing, reading, and searching over files
206213 ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/gdrive.md
207214 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
208218 tools :
209219 - name : gdrive_auth
210220 secrets :
@@ -236,6 +246,7 @@ registry:
236246 description : A Model Context Protocol server for Git repository interaction and automation
237247 ref : github:docker/labs-ai-tools-for-devs?path=prompts/examples/git.md
238248 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
239250 icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/git.svg
240251 tools :
241252 - name : git
@@ -315,7 +326,7 @@ registry:
315326 Local filesystem access with configurable allowed paths
316327 ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/filesystem.md
317328 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
319330 icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
320331 tools : []
321332 prompts : 0
@@ -344,6 +355,7 @@ registry:
344355 postgres readonly :
345356 description : Connect with read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
346357 ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/postgres.md
358+ source : https://github.com/modelcontextprotocol/servers/tree/2025.4.6
347359 icon : https://img.icons8.com/ios/50/postgreesql.png
348360 tools : []
349361 secrets :
@@ -384,6 +396,7 @@ registry:
384396 description : |
385397 Bootstrap new tools from your MCP client
386398 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
387400 icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
388401 tools :
389402 - name : tool-registration
@@ -467,10 +480,16 @@ registry:
467480 - name : jira_transition_issue
468481 - name : jira_update_issue
469482 secrets :
470- - name : atlassian.jira.token
471- - name : atlassian.confluence.token
472483 prompts : 0
473484 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
474493 config :
475494 - name : atlassian
476495 description : The MCP server is allowed to access these paths
@@ -655,8 +674,8 @@ registry:
655674 description : Provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools.
656675 ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/github-official.md
657676 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
660679 tools :
661680 - name : add_issue_comment
662681 - name : create_branch
0 commit comments