From fd24de1665327ac1930ac9b176308183b016793f Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 21 Oct 2025 13:58:07 -0400 Subject: [PATCH 1/2] Rename extension from 'mcp-neo4j' to 'neo4j' and add description --- gemini-extension.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gemini-extension.json b/gemini-extension.json index 3ed5cc19..989a75fe 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,7 @@ { - "name": "mcp-neo4j", + "name": "neo4j", "version": "1.0.0", + "description": "Interact with Neo4j graph databases through natural language.", "mcpServers": { "mcp-neo4j-cloud-aura-api": { "command": "uvx", @@ -19,4 +20,4 @@ "args": [ "mcp-neo4j-memory" ] } } -} \ No newline at end of file +} From d352f7ff46edb82f315d1df198de19989aac183e Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 21 Oct 2025 13:59:08 -0400 Subject: [PATCH 2/2] Revise GEMINI.md for Neo4j extension details Updated the documentation to reflect the correct name of the extension and fixed minor formatting issues. --- gemini-extension/GEMINI.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gemini-extension/GEMINI.md b/gemini-extension/GEMINI.md index f50dcf5e..8ef16bc5 100644 --- a/gemini-extension/GEMINI.md +++ b/gemini-extension/GEMINI.md @@ -1,4 +1,4 @@ -# Neo4j MCP Server +# Gemini CLI extension for Neo4j This is an extension that runs the Neo4j MCP server. @@ -8,16 +8,16 @@ To get started run the command: gemini extensions install https://github.com/neo4j-contrib/mcp-neo4j.git -The servers require various environmental variables. You can set those on the command line. +The servers require various environmental variables. You can set those on the command line. You can then run: gemini -Assuming everything went well, you should be able to view 4 Neo4j related tools. You will need to set environmental variables to run them. +Assuming everything went well, you should be able to view 4 Neo4j related tools. You will need to set environmental variables to run them. ## Uninstall To uninstall run: - gemini extensions uninstall mcp-neo4j + gemini extensions uninstall neo4j