Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mcp-neo4j-memory-v0.2.0 source code.tar.gz | 2025-07-18 | 3.9 MB | |
mcp-neo4j-memory-v0.2.0 source code.zip | 2025-07-18 | 3.9 MB | |
README.md | 2025-07-18 | 1.1 kB | |
Totals: 3 Items | 7.8 MB | 0 |
v0.2.0
Fixed
- Fix bug in
search_nodes
method where query arg wasn't passed properly - Fix bug where stdio transport was always selected
- Fixed argument parsing in server init
Changed
- Implement FastMCP with function decorators to simplify server code
- Add HTTP transport option
- Migrate to FastMCP v2.x
- rename tools to be more clear -
search_nodes
intosearch_memories
andfind_nodes
intofind_memories_by_name
- Update underlying Pydantic class
ObservationAddition
to haveobservations
field to be consistent withObservationDeletion
class - Update Dockerfile to include
NEO4J_DATABASE
,NEO4J_TRANSPORT
,NEO4J_MCP_SERVER_HOST
,NEO4J_MCP_SERVER_PORT
andNEO4J_MCP_SERVER_PATH
env variables
What's Changed
- Update generate-upload-dxt-cypher.yml by @a-s-g93 in https://github.com/neo4j-contrib/mcp-neo4j/pull/106
- update version, changelog by @a-s-g93 in https://github.com/neo4j-contrib/mcp-neo4j/pull/107
Full Changelog: https://github.com/neo4j-contrib/mcp-neo4j/compare/mcp-neo4j-cypher-v0.3.0...mcp-neo4j-memory-v0.2.0