@@ -581,7 +581,6 @@ registry:
581
581
- name : confluence_get_comments
582
582
- name : confluence_get_labels
583
583
- name : confluence_get_page
584
- - name : confluence_get_page_ancestors
585
584
- name : confluence_get_page_children
586
585
- name : confluence_search
587
586
- name : confluence_update_page
@@ -596,7 +595,6 @@ registry:
596
595
- name : jira_download_attachments
597
596
- name : jira_get_agile_boards
598
597
- name : jira_get_board_issues
599
- - name : jira_get_epic_issues
600
598
- name : jira_get_issue
601
599
- name : jira_get_link_types
602
600
- name : jira_get_project_issues
@@ -1722,13 +1720,15 @@ registry:
1722
1720
source : https://github.com/redis/mcp-redis-cloud/tree/main
1723
1721
icon : https://avatars.githubusercontent.com/u/1529926?s=200&v=4
1724
1722
tools :
1723
+ - name : create-essential-database
1725
1724
- name : create-essential-subscription
1726
1725
- name : create-pro-database
1727
1726
- name : create-pro-subscription
1728
1727
- name : delete-essential-subscription
1729
1728
- name : get-current-account
1730
1729
- name : get-current-payment-methods
1731
1730
- name : get-database-modules
1731
+ - name : get-essential-databases
1732
1732
- name : get-essential-subscription-by-id
1733
1733
- name : get-essential-subscriptions
1734
1734
- name : get-essentials-plans
@@ -2489,7 +2489,7 @@ registry:
2489
2489
title : Azure
2490
2490
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/azure.md
2491
2491
readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/azure.md
2492
- source : https://github.com/Azure/azure-mcp/tree/main
2492
+ source : https://github.com/Azure/azure-mcp/tree/1ea702cb489ba95c5d9bea8d41fc18e9343703f8
2493
2493
icon : https://avatars.githubusercontent.com/u/6844498?s=200&v=4
2494
2494
tools :
2495
2495
- name : azmcp-appconfig-account-list
@@ -2739,37 +2739,29 @@ registry:
2739
2739
properties :
2740
2740
client_id :
2741
2741
type : string
2742
- wikipedia-mcp :
2743
- description : A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
2744
- title : Wikipedia
2745
- ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/wikipedia-mcp.md
2746
- readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/wikipedia-mcp.md
2747
- source : https://github.com/Rudra-ravi/wikipedia-mcp/tree/main
2748
- icon : https://avatars.githubusercontent.com/u/56668?s=200&v=4
2749
- tools :
2750
- - name : get_article
2751
- - name : get_related_topics
2752
- - name : get_summary
2753
- - name : search_wikipedia
2754
- prompts : 0
2755
- resources : {}
2756
- neo4j-cypher :
2757
- description : Interact with Neo4j using Cypher graph queries.
2758
- title : Neo4j Cypher
2759
- ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/neo4j-cypher.md
2760
- readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/neo4j-cypher.md
2761
- source : https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-cypher
2742
+ neo4j-memory :
2743
+ description : Provide persistent memory capabilities through Neo4j graph database integration.
2744
+ title : Neo4j Memory
2745
+ ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/neo4j-memory.md
2746
+ readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/neo4j-memory.md
2747
+ source : https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-memory
2762
2748
icon : https://avatars.githubusercontent.com/u/916372?s=200&v=4
2763
2749
tools :
2764
- - name : get_neo4j_schema
2765
- - name : read_neo4j_cypher
2766
- - name : write_neo4j_cypher
2750
+ - name : add_observations
2751
+ - name : create_entities
2752
+ - name : create_relations
2753
+ - name : delete_entities
2754
+ - name : delete_observations
2755
+ - name : delete_relations
2756
+ - name : find_nodes
2757
+ - name : read_graph
2758
+ - name : search_nodes
2767
2759
secrets :
2768
2760
- name : neo4j.password
2769
2761
prompts : 0
2770
2762
resources : {}
2771
2763
config :
2772
- - name : neo4j-cypher
2764
+ - name : neo4j-memory
2773
2765
description : Configure the connection to Neo4j
2774
2766
type : object
2775
2767
properties :
@@ -2780,29 +2772,23 @@ registry:
2780
2772
required :
2781
2773
- url
2782
2774
- username
2783
- neo4j-memory :
2784
- description : Provide persistent memory capabilities through Neo4j graph database integration .
2785
- title : Neo4j Memory
2786
- ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/neo4j-memory .md
2787
- readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/neo4j-memory .md
2788
- source : https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-memory
2775
+ neo4j-cypher :
2776
+ description : Interact with Neo4j using Cypher graph queries .
2777
+ title : Neo4j Cypher
2778
+ ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/neo4j-cypher .md
2779
+ readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/neo4j-cypher .md
2780
+ source : https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-cypher
2789
2781
icon : https://avatars.githubusercontent.com/u/916372?s=200&v=4
2790
2782
tools :
2791
- - name : add_observations
2792
- - name : create_entities
2793
- - name : create_relations
2794
- - name : delete_entities
2795
- - name : delete_observations
2796
- - name : delete_relations
2797
- - name : find_nodes
2798
- - name : read_graph
2799
- - name : search_nodes
2783
+ - name : get_neo4j_schema
2784
+ - name : read_neo4j_cypher
2785
+ - name : write_neo4j_cypher
2800
2786
secrets :
2801
2787
- name : neo4j.password
2802
2788
prompts : 0
2803
2789
resources : {}
2804
2790
config :
2805
- - name : neo4j-memory
2791
+ - name : neo4j-cypher
2806
2792
description : Configure the connection to Neo4j
2807
2793
type : object
2808
2794
properties :
@@ -2846,3 +2832,17 @@ registry:
2846
2832
type : string
2847
2833
required :
2848
2834
- client_id
2835
+ wikipedia-mcp :
2836
+ description : A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
2837
+ title : Wikipedia
2838
+ ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/wikipedia-mcp.md
2839
+ readme : https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/wikipedia-mcp.md
2840
+ source : https://github.com/Rudra-ravi/wikipedia-mcp/tree/main
2841
+ icon : https://avatars.githubusercontent.com/u/56668?s=200&v=4
2842
+ tools :
2843
+ - name : get_article
2844
+ - name : get_related_topics
2845
+ - name : get_summary
2846
+ - name : search_wikipedia
2847
+ prompts : 0
2848
+ resources : {}
0 commit comments