Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions gemini-extension.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -19,4 +20,4 @@
"args": [ "mcp-neo4j-memory" ]
}
}
}
}
8 changes: 4 additions & 4 deletions gemini-extension/GEMINI.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Neo4j MCP Server
# Gemini CLI extension for Neo4j

This is an extension that runs the Neo4j MCP server.

Expand All @@ -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