Skip to content
Merged
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
6 changes: 6 additions & 0 deletions servers/mcp-neo4j-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### Fixed

### Changed

### Added

## v0.4.1

### Changed
* Updated tool docstrings to better describe their function, inputs and outputs

Expand Down
8 changes: 4 additions & 4 deletions servers/mcp-neo4j-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Add the server to your `claude_desktop_config.json` with configuration of:
"neo4j": {
"command": "uvx",
"args": [
"mcp-neo4j-memory@0.4.0",
"mcp-neo4j-memory@0.4.1",
"--db-url",
"neo4j+s://xxxx.databases.neo4j.io",
"--username",
Expand All @@ -137,7 +137,7 @@ Alternatively, you can set environment variables:
"mcpServers": {
"neo4j": {
"command": "uvx",
"args": [ "mcp-neo4j-memory@0.4.0" ],
"args": [ "mcp-neo4j-memory@0.4.1" ],
"env": {
"NEO4J_URL": "neo4j+s://xxxx.databases.neo4j.io",
"NEO4J_USERNAME": "<your-username>",
Expand All @@ -150,7 +150,7 @@ Alternatively, you can set environment variables:
#### Namespacing
For multi-tenant deployments, add `--namespace` to prefix tool names:
```json
"args": [ "mcp-neo4j-memory@0.4.0", "--namespace", "myapp", "--db-url", "..." ]
"args": [ "mcp-neo4j-memory@0.4.1", "--namespace", "myapp", "--db-url", "..." ]
```
Tools become: `myapp-read_graph`, `myapp-create_entities`, etc.

Expand Down Expand Up @@ -199,7 +199,7 @@ The server supports three transport modes:
"-e", "NEO4J_URL=neo4j+s://xxxx.databases.neo4j.io",
"-e", "NEO4J_USERNAME=<your-username>",
"-e", "NEO4J_PASSWORD=<your-password>",
"mcp/neo4j-memory:0.4.0"
"mcp/neo4j-memory:0.4.1"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-memory/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-neo4j-memory"
version = "0.4.0"
version = "0.4.1"
description = "MCP Neo4j Knowledge Graph Memory Server"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-memory/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.