@@ -43,7 +43,7 @@ Add the server to your `claude_desktop_config.json` with configuration through e
4343"mcpServers" : {
4444 "neo4j-aura" : {
4545 "command" : " uvx" ,
46- "args" : [ " mcp-neo4j-cypher==0.1.2 " ],
46+ "args" : [ " mcp-neo4j-cypher==0.2.0 " ],
4747 "env" : {
4848 "NEO4J_URI" : " bolt://localhost:7687" ,
4949 "NEO4J_USERNAME" : " neo4j" ,
@@ -61,7 +61,7 @@ Here is an example connection for the movie database with Movie, Person (Actor,
6161 "mcpServers" : {
6262 "movies-neo4j" : {
6363 "command" : " uvx" ,
64- "args" : [" mcp-neo4j-cypher==0.1.2 " ],
64+ "args" : [" mcp-neo4j-cypher==0.2.0 " ],
6565 "env" : {
6666 "NEO4J_URI" : " neo4j+s://demo.neo4jlabs.com" ,
6767 "NEO4J_USERNAME" : " recommendations" ,
@@ -82,7 +82,7 @@ Syntax with `--db-url`, `--username` and `--password` command line arguments is
8282 "neo4j" : {
8383 "command" : " uvx" ,
8484 "args" : [
85- " mcp-neo4j-cypher==0.1.2 " ,
85+ " mcp-neo4j-cypher==0.1.1 " ,
8686 " --db-url" ,
8787 " bolt://localhost" ,
8888 " --username" ,
@@ -123,7 +123,7 @@ Here is an example connection for the movie database with Movie, Person (Actor,
123123 " -e" , " NEO4J_URI=bolt://host.docker.internal:7687" ,
124124 " -e" , " NEO4J_USERNAME=neo4j" ,
125125 " -e" , " NEO4J_PASSWORD=<your-password>" ,
126- " mcp/neo4j-cypher:0.1.2 "
126+ " mcp/neo4j-cypher:0.2.0 "
127127 ]
128128 }
129129}
0 commit comments