Skip to content

Releases: neo4j-contrib/mcp-neo4j

mcp-neo4j-data-modeling-v0.1.0

12 Jun 19:55
fc98eb1

Choose a tag to compare

v0.1.0

  • Basic functionality
    • Expose schemas for Data Model, Node, Relationship and Property
    • Validation tools
  • Visualize data model in interactive browser window
  • Import / Export from Arrows web application

What's Changed

Full Changelog: mcp-neo4j-cypher-v0.2.3...mcp-neo4j-data-modeling-v0.1.0

mcp-neo4j-cypher-v0.2.3

12 Jun 15:42
f437920

Choose a tag to compare

v0.2.3

Added

  • Namespace option via CLI or env variables. This allows many Cypher MCP servers to be used at once.
  • Allow transport to be specified via env variables

What's Changed

  • fix bug in github action for mcp cypher by @a-s-g93 in #53
  • add namespacing for Cypher tools, tested by @a-s-g93 in #57

Full Changelog: mcp-neo4j-cypher-v0.2.2...mcp-neo4j-cypher-v0.2.3

mcp-neo4j-cypher-v0.2.2

06 Jun 19:53
3ccc3ff

Choose a tag to compare

v0.2.2

Fixed

  • IT no longer has risk of affecting locally deployed Neo4j instances
  • Env config now supports NEO4J_URI and NEO4J_URL variables
  • Fixed async issues with main server function not being async

Changed

  • IT now uses Testcontainers library instead of Docker scripts
  • Remove healthcheck from main function

Added

  • Support for transport config in cli args

What's Changed

Full Changelog: mcp-neo4j-memory-v0.1.2...mcp-neo4j-cypher-v0.2.2

mcp-neo4j-memory-v0.1.2

06 May 19:17
da69f70

Choose a tag to compare

  • Add environment variable support to memory MCP server
  • Update readme

Full Changelog: mcp-neo4j-aura-manager-v0.2.2...mcp-neo4j-memory-v0.1.2

mcp-neo4j-aura-manager-v0.2.2

01 May 13:24
bd8b0a0

Choose a tag to compare

What's Changed

  • add cloud provider and region validation to aura MCP by @a-s-g93 in #33
  • aura MCP - bump version, update readme by @a-s-g93 in #34

Full Changelog: mcp-neo4j-cypher-v0.2.1...mcp-neo4j-aura-manager-v0.2.2

mcp-neo4j-cypher-v0.2.1

18 Apr 16:46
9c42e4d

Choose a tag to compare

Fixed uv tool version annotations in the readme

What's Changed

Full Changelog: mcp-neo4j-cypher-v0.2.0...mcp-neo4j-cypher-v0.2.1

mcp-neo4j-cypher-v0.2.0

18 Apr 16:12
d00ad41

Choose a tag to compare

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

New Contributors

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

24 Mar 23:58

Choose a tag to compare

mcp-neo4j-cypher-v.0.1.1

11 Dec 14:59

Choose a tag to compare

(mcp-neo4j-cypher) fixed paths to python project