You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: servers/mcp-neo4j-cypher/README.md
+53-7Lines changed: 53 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,19 +31,25 @@ The server offers these core tools:
31
31
- No input required
32
32
- Returns: JSON serialized list of node labels with two dictionaries: one for attributes and one for relationships
33
33
34
+
### 🏷️ Namespacing
35
+
36
+
The server supports namespacing to allow multiple Neo4j MCP servers to be used simultaneously. When a namespace is provided, all tool names are prefixed with the namespace followed by a hyphen (e.g., `mydb-read-neo4j-cypher`).
37
+
38
+
This is useful when you need to connect to multiple Neo4j databases or instances from the same session.
39
+
34
40
## 🔧 Usage with Claude Desktop
35
41
36
42
### 💾 Released Package
37
43
38
44
Can be found on PyPi https://pypi.org/project/mcp-neo4j-cypher/
39
45
40
-
Add the server to your `claude_desktop_config.json` with the database connection configuration through environment variables. You may also specify the transport method with cli arguments.
46
+
Add the server to your `claude_desktop_config.json` with the database connection configuration through environment variables. You may also specify the transport method and namespace with cli arguments or environment variables.
0 commit comments