Releases: neo4j-contrib/mcp-neo4j
Releases · neo4j-contrib/mcp-neo4j
mcp-neo4j-cypher-v0.2.0
Changed
- Refactor mcp-neo4j-cypher to use the FastMCP class
- Implement Neo4j async driver
- Tool responses now return JSON serialized results
- Update README with new config options
- Update integration tests
Added
- Add support for environment variables
- Add Github workflow to test and format mcp-neo4j-cypher
What's Changed
- fix:distinct relations in load_graph by @Howe829 in #9
- Refactor mcp neo4j cypher by @a-s-g93 in #13
- mcp-neo4j-cypher clean up by @a-s-g93 in #18
- (mcp-neo4j-cypher) get_neo4j_schema() missing APOC by @akollegger in #20
- bump version 0.2.0 by @a-s-g93 in #21
- update version notes in readme by @a-s-g93 in #22
New Contributors
- @Howe829 made their first contribution in #9
- @a-s-g93 made their first contribution in #13
- @akollegger made their first contribution in #20
Full Changelog: mcp-neo4j-memory-v.0.1.1...mcp-neo4j-cypher-v0.2.0
mcp-neo4j-memory-v.0.1.1 - First release of MCP Neo4j Memory
Use MCP to create memories in a knowledge graph.
Available on pypi: https://pypi.org/project/mcp-neo4j-memory/
Installation instructions: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-memory#usage-with-claude-desktop
mcp-neo4j-cypher-v.0.1.1
(mcp-neo4j-cypher) fixed paths to python project