Skip to content

Releases: neo4j-contrib/mcp-neo4j

mcp-neo4j-data-modeling-v0.2.0

21 Jul 13:18
70ed750
Compare
Choose a tag to compare

v0.2.0

Added

  • Add HTTP transport option
  • Migrate to FastMCP v2.x

What's Changed

  • bump version to 0.2.0, clean deps, update changelog by @a-s-g93 in #111

Full Changelog: mcp-neo4j-memory-v0.2.0...mcp-neo4j-data-modeling-v0.2.0

mcp-neo4j-aura-manager-v0.3.0

21 Jul 13:29
06b4d4f
Compare
Choose a tag to compare

v0.3.0

Changed

  • Migrate to FastMCP v2.x

Added

  • Add HTTP transport option

What's Changed

  • update changelog, dockerfile, versions by @a-s-g93 in #112

Full Changelog: mcp-neo4j-data-modeling-v0.2.0...mcp-neo4j-aura-manager-v0.3.0

mcp-neo4j-memory-v0.2.0

18 Jul 20:24
2cff60f
Compare
Choose a tag to compare

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 into search_memories and find_nodes into find_memories_by_name
  • Update underlying Pydantic class ObservationAddition to have observations field to be consistent with ObservationDeletion class
  • Update Dockerfile to include NEO4J_DATABASE, NEO4J_TRANSPORT, NEO4J_MCP_SERVER_HOST, NEO4J_MCP_SERVER_PORT and NEO4J_MCP_SERVER_PATH env variables

What's Changed

Full Changelog: mcp-neo4j-cypher-v0.3.0...mcp-neo4j-memory-v0.2.0

mcp-neo4j-cypher-v0.3.0

18 Jul 19:39
31dd123
Compare
Choose a tag to compare

v0.3.0

Fixed

  • Updated the get_neo4j_schema tool to include Relationship properties as well
  • Fix bug where params arg wouldn't be parsed correctly

Changed

  • Update error handling in read and write tools
  • Update get_neo4j_schema tool description
  • Update get_neo4j_schema tool to catch missing apoc plugin error explicitly and provide guidance to client and user
  • Update error handling for tools to explicitly catch and return Neo4j based errors with details

Added

  • Add .dxt file for Cypher MCP server
  • Add .dxt file generation to Cypher MCP Publish GitHub action
  • Add HTTP transport option
  • Migrate to FastMCP v2.x
  • Add tool annotations
  • Update Dockerfile for http configuration

What's Changed

New Contributors

Full Changelog: mcp-neo4j-cypher-v0.2.4-dxt...mcp-neo4j-cypher-v0.3.0

mcp-neo4j-cypher-v0.2.4-dxt

07 Jul 14:29
fd78aa1
Compare
Choose a tag to compare

What's Changed

Add dxt file as asset

Full Changelog: mcp-neo4j-cypher-v0.2.4...mcp-neo4j-cypher-v0.2.4-dxt

mcp-neo4j-cypher-v0.2.4

03 Jul 18:33
d6a0a39
Compare
Choose a tag to compare

v0.2.4

Fixed

  • Fixed Cypher MCP Docker deployments by allowing user to declare NEO4J_MCP_SERVER_HOST and NEO4J_MCP_SERVER_PORT. Can now declare NEO4J_MCP_SERVER_HOST=0.0.0.0 to use Docker hosted Cypher MCP server.

Added

  • NEO4J_MCP_SERVER_HOST and NEO4J_MCP_SERVER_PORT env variables
  • --server-host and --server-port cli variables

What's Changed

Full Changelog: mcp-neo4j-memory-v0.1.5...mcp-neo4j-cypher-v0.2.4

mcp-neo4j-memory-v0.1.5

18 Jun 14:21
88b188b
Compare
Choose a tag to compare

v0.1.5

Fixed

  • Remove use of dynamic node labels and relationship types to be compatible with Neo4j versions < 5.26

What's Changed

  • Update README.md by @a-s-g93 in #66
  • remove dynamic node labels and rel types, tested with neo4j v5.24 by @a-s-g93 in #70
  • update versions, changelog by @a-s-g93 in #71

Full Changelog: mcp-neo4j-data-modeling-v0.1.1...mcp-neo4j-memory-v0.1.5

mcp-neo4j-data-modeling-v0.1.1

16 Jun 15:59
ff3dcd2
Compare
Choose a tag to compare

v0.1.1

Fixed

  • Shorten tool names to comply with Cursor name length restrictions

Changed

  • Removed NVL visualization due to compatibility issues

Added

  • Code generation tools for ingestion queries
  • Resource that explains the recommended process of ingesting data into Neo4j
  • Mermaid visualization configuration generation

What's Changed

New Contributors

Full Changelog: mcp-neo4j-data-modeling-v0.1.0...mcp-neo4j-data-modeling-v0.1.1

mcp-neo4j-data-modeling-v0.1.0

12 Jun 19:55
fc98eb1
Compare
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
Compare
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