diff --git a/gemini-extension.json b/gemini-extension.json index 3ed5cc1..989a75f 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 +} diff --git a/gemini-extension/GEMINI.md b/gemini-extension/GEMINI.md index f50dcf5..8ef16bc 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