PackageTrack
Sign in Get early access

github.com/neo4j/mcp

v1.5.3 #2848 most downloaded on Go modules neo4j/mcp

What this package is like to depend on

Last release 2 months ago

11 Jun 2026

Release timing varies

gaps range from 9 days to 2 months

Nearly every release is documented

notes for 28 of 28 stable releases

Nothing withdrawn

no release was ever pulled

11 months old

43 releases · first in 2025

43 releases in the last 12 months

see the full history below

Release timeline

43 releases · Sep 2025 to Jun 2026
2026
Release Pre-release

Releases

latest 43
  1. v1.5.3 11 Jun 2026
    Release notes

    v1.5.3 - 2026-06-10

    Patch

    • Fixed the inputSchema advertised by get-schema and list-gds-procedures in the tools/list response. Both tools previously emitted a schema that required a spurious properties argument (an artefact of the EmptyInput workaround introduced for OpenAI compatibility). mcp-go v0.46+ already guarantees that a bare NewTool call emits "properties": {}, so the workaround is no longer needed.
    Open source →
    Release notes

    Patch

    • Fixed the inputSchema advertised by get-schema and list-gds-procedures in the tools/list response. Both tools previously emitted a schema that required a spurious properties argument (an artefact of the EmptyInput workaround introduced for OpenAI compatibility). mcp-go v0.46+ already guarantees that a bare NewTool call emits "properties": {}, so the workaround is no longer needed.
    Open source →
  2. v1.5.3-0.20260423122928-81e5b7539fbe 23 Apr 2026 pre-release

    Nothing published for this version

  3. v1.5.2 23 Apr 2026
    Release notes

    v1.5.2 - 2026-04-23

    Patch

    • Fix read-cypher/write-cypher tools/list: invopop-style jsonschema tags failed silently under google/jsonschema-go, so inputSchema was empty (no query/params).
    Open source →
    Release notes

    Patch

    • Fix read-cypher/write-cypher tools/list: invopop-style jsonschema tags failed silently under google/jsonschema-go, so inputSchema was empty (no query/params).
    Open source →
  4. v1.5.1 15 Apr 2026
    Release notes

    v1.5.1 - 2026-04-15

    Patch

    • Update mcp-go sdk dependency
    Open source →
    Release notes

    Patch

    • Update mcp-go sdk dependency
    Open source →
  5. v1.5.0 24 Mar 2026
    Release notes

    v1.5.0 - 2026-03-24

    Minor

    • Introduce a /healtz endpoint to provide liveness and readiness checks for infrastructure monitoring and orchestration.
    Open source →
    Release notes

    Minor

    • Introduce a /healtz endpoint to provide liveness and readiness checks for infrastructure monitoring and orchestration.
    Open source →
  6. v1.4.7 24 Mar 2026
    Release notes

    v1.4.7 - 2026-03-24

    Patch

    • Update dependencies, including mark3labs/mcp-go for improved protocol support and bug fixes.
    Open source →
    Release notes

    Patch

    • Update dependencies, including mark3labs/mcp-go for improved protocol support and bug fixes.
    Open source →
  7. v1.4.6 11 Mar 2026
    Release notes

    v1.4.6 - 2026-03-11

    Patch

    • Preflight checks has been modified to support multi-db when user has no access to dbms default db. A dummy query against the target database is instead performed.
    Open source →
    Release notes

    Patch

    • Preflight checks has been modified to support multi-db when user has no access to dbms default db. A dummy query against the target database is instead performed.
    Open source →
  8. v1.4.5 05 Mar 2026
    Release notes

    v1.4.5 - 2026-03-05

    Patch

    • Fix compatibility issue to consumers that requires input schema properties to be defined, such as OpenAPI API.
    Open source →
    Release notes

    Patch

    • Fix compatibility issue to consumers that requires input schema properties to be defined, such as OpenAPI API.
    Open source →
  9. v1.4.4 02 Mar 2026
    Release notes

    v1.4.4 - 2026-03-02

    Patch

    • Reject GET requests with 405 Method Not Allowed for MCP spec compliance and better security.
    Open source →
    Release notes

    Patch

    • Reject GET requests with 405 Method Not Allowed for MCP spec compliance and better security.
    Open source →
  10. v1.4.4-0.20260227152724-35cbcc7bb5c5 27 Feb 2026 pre-release

    Nothing published for this version

  11. v1.4.3 27 Feb 2026
    Release notes

    v1.4.3 - 2026-02-27

    Patch

    • Allows listing tools without authentication if the environment variable NEO4J_HTTP_ALLOW_UNAUTHENTICATED_TOOLS_LIST or argument `--neo4j-http-allow-unauth
    Open source →
    Release notes

    Patch

    • Allows listing tools without authentication if the environment variable NEO4J_HTTP_ALLOW_UNAUTHENTICATED_TOOLS_LIST or argument `--neo4j-http-allow-unauth
    Open source →
  12. v1.4.3-0.20260225102649-0d0ef6e018d3 25 Feb 2026 pre-release

    Nothing published for this version

  13. v1.4.2 25 Feb 2026
    Release notes

    v1.4.2 - 2026-02-25

    Patch

    • An incremental build, to release new build workflow.
    Open source →
    Release notes

    Patch

    • An incremental build, to release new build workflow.
    Open source →
  14. v1.4.1 20 Feb 2026
    Release notes

    Patch

    • Allow unauthenticated "ping" requests. Enable with the NEO4J_HTTP_ALLOW_UNAUTHENTICATED_PING environment variable or the --neo4j-http-allow-unauthenticated-ping CLI flag.

    • Fix missing version string in HTTP metrics.

    • Fixed the type in argSlice preventing neo4j-http-auth-header-name from being parsed as expected.

    Open source →
  15. v1.4.1-0.20260210122416-e20ff67163b9 10 Feb 2026 pre-release

    Nothing published for this version

  16. v1.4.0 10 Feb 2026
    Release notes

    Minor

    • Add support for custom auth header configuration.

    Patch

    • Allow trailing slash for /mcp path
    Open source →
  17. v1.3.1-0.20260205095331-067f46950d1f 05 Feb 2026 pre-release

    Nothing published for this version

  18. v1.3.0 03 Feb 2026
    Release notes

    Minor

    • The NEO4J_MCP_TRANSPORT environment variable is now deprecated in favour of NEO4J_TRANSPORT_MODE.
    Open source →
  19. v1.2.0 20 Jan 2026
    Release notes

    Minor

    • Added bearer token support for MCP server.
    • Telemetry events are now also emitted when the server is executed in HTTP mode. Previously only STDIO mode supported telemetry.

    Patch

    • Added support for GDS tools when HTTP mode is in use. GDS requirements are verified in lazy mode when credentials become available.
    Open source →
  20. v1.1.1 07 Jan 2026
    Release notes

    Patch

    • Install CA certificates in Dockerfile to support HTTPS connections.
    Open source →
  21. v1.1.1-0.20251217145029-a0a31c1a4ef6 17 Dec 2025 pre-release

    Nothing published for this version

  22. v1.1.0 16 Dec 2025
    Release notes

    Minor

    • In this release, we add the support for HTTP transport mode.
    • HTTP Server Mode: Run neo4j-mcp as an HTTP server instead of STDIO. Use --neo4j-transport-mode http to enable it. Configure the server address with --neo4j-http-host 127.0.0.1 --neo4j-http-port 8080.
    • Per-Request Authentication & CORS: Each HTTP request authenticates independently. Control which clients can connect using --neo4j-http-allowed-origins https://client.example.com,https://app.example.com for granular access control.
    • Secure HTTPS Connections: Enable TLS/HTTPS for production. Use --neo4j-http-tls-enabled true --neo4j-http-tls-cert-file /path/to/cert --neo4j-http-tls-key-file /path/to/key to encrypt server communications.
    Open source →
  23. v1.0.1 28 Nov 2025
    Release notes

    Patch

    • Removed "params" argument from the list of required arguments for tools such as read-cypher/write-cypher.
    Open source →
  24. v1.0.0 24 Nov 2025
    Release notes

    Major

    • Official 1.0.0 GA release of the Neo4j MCP server.

    Minor

    • The get-schema tool now returns a more concise, token-efficient JSON output. The sample-size parameter is now configured via the NEO4J_SCHEMA_SAMPLE_SIZE environment variable. Alternatively the argument --neo4j-schema-sample-size can be used.

    Patch

    • Extend analytics insights with dbms.components information such as "Edition", "Neo4j version", "MCP Version", "Cypher Version"
    Open source →
  25. v0.5.0 20 Nov 2025
    Release notes

    Minor

    • The server now performs comprehensive pre-flight checks to verify your environment, including Neo4j connection, query capabilities, APOC installation, and will gracefully start without GDS-specific tools if the GDS library is not found.
    • Added unified structured logging with slog. Configurable via NEO4J_LOG_LEVEL and NEO4J_LOG_FORMAT environment variables
    • Added CLI flags for configuration (--neo4j-uri, --neo4j-username, --neo4j-password, --neo4j-database, --neo4j-read-only, --neo4j-telemetry) that override environment variables. NEO4J_URI, NEO4J_USERNAME, and NEO4J_PASSWORD are now required environment variables (no defaults provided).
    Open source →
  26. v0.4.1 18 Nov 2025
    Release notes

    Patch

    • Fixed the incorrect metrics used to identify when users are coming from Aura databases
    Open source →
  27. v0.4.0 14 Nov 2025
    Release notes

    Minor

    • Added opt-out telemetry to collect anonymous usage data for product improvement.

    Patch

    • Reduced the get-schema output footprint by removing the empty and unused labels JSON entry.
    • Adds a help command available using -h or --help.
    Open source →
  28. v0.3.2-0.20251111150323-3b7c30c7da81 11 Nov 2025 pre-release

    Nothing published for this version

  29. v0.3.2-0.20251107145206-d36e442f0085 07 Nov 2025 pre-release

    Nothing published for this version

  30. v0.3.2-0.20251031094428-30595f2ebc8b 31 Oct 2025 pre-release

    Nothing published for this version

  31. v0.3.2-0.20251028113947-791040643322 28 Oct 2025 pre-release

    Nothing published for this version

  32. v0.3.1 28 Oct 2025
    Release notes

    Patch

    • Add NEO4J_READ_ONLY env var to enable read-only mode. When enabled, only tools annotated as read-only are registered.
    Open source →
  33. v0.3.1-0.20251023123846-e0e362aae8e1 23 Oct 2025 pre-release

    Nothing published for this version

  34. v0.3.1-0.20251016151337-d12b282c36ee 16 Oct 2025 pre-release

    Nothing published for this version

  35. v0.3.0 16 Oct 2025
    Release notes

    Minor

    • Introduces a new tool, list-gds-procedures, to list available Graph Data Science (GDS) procedures in a Neo4j database. This enhances the user experience within Neo4j MCP for GDS tasks by enabling LLMs to discover and utilize GDS graph algorithms.
    Open source →
  36. v0.2.1-0.20251014123542-46df3a409f1f 14 Oct 2025 pre-release

    Nothing published for this version

  37. v0.2.1-0.20251010101250-b504a4728044 10 Oct 2025 pre-release

    Nothing published for this version

  38. v0.2.1-0.20251007115817-7c1d752db317 07 Oct 2025 pre-release

    Nothing published for this version

  39. v0.2.0 06 Oct 2025
    Release notes

    Minor

    • Renamed "run-cypher" to "write-cypher" and added "read-cypher". The new read-cypher enforces read-only Cypher queries and only accepts queries that do not modify data. It explicitly disallows admin/schema commands, write queries, and profiling queries using the PROFILE keyword.
    Open source →
  40. v0.1.3 24 Sep 2025
    Release notes

    Patch

    • Enhanced MCP tool annotations by adding title, destructive, idempotent, and open-world hints for get-schema and run-cypher tools to improve client understanding and behavior
    Open source →
  41. v0.1.2 19 Sep 2025
    Release notes

    Patch

    • Improve server discoverability and tool descriptions:
    • Add server instructions to better describe the Neo4j MCP server capabilities
    • Enhanced get-schema tool description to clarify behavior with empty databases
    • Improved run-cypher tool description for better clarity
    • Add specific message when get-schema is called on empty Neo4j database
    Open source →
  42. v0.1.1 18 Sep 2025
    Release notes

    Patch

    • MCP server version is now returned when "-v" flag is passed. "neo4j-mcp -v"
    Open source →
  43. v0.1.0 17 Sep 2025
    Release notes

    Minor

    • First pre-release of the Neo4j MCP server with two initial tools, "get-schema" for retrieving database schema information, "run-cypher" for executing Cypher.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive