Releases: neo4j-contrib/mcp-neo4j
Releases · neo4j-contrib/mcp-neo4j
mcp-neo4j-data-modeling-v0.6.0
Added
- Add import and export methods to 
DataModelfor turtle OWL strings - Add MCP tools for loading and exporting turtle OWL files
 
What's Changed
- data modeling - add turtle owl import / export tools by @a-s-g93 in #210
 - data modeling - prep v0.6.0 by @a-s-g93 in #213
 
Full Changelog: mcp-neo4j-cypher-v0.5.0...mcp-neo4j-data-modeling-v0.6.0
mcp-neo4j-cypher-v0.5.0
Added
- Add 
NEO4J_SCHEMA_SAMPLE_SIZEenv variable andschema-sample-sizecli argument to configure theget_neo4j_schemasample size - Update write query detection to include 
INSERTin regex check 
What's Changed
- Fix write query detection to recognise 
INSERT. by @michael-simons in #205 - Adding a NEO4J_SAMPLE parameter to enable control of apoc.meta.schema sample size by @mimomenome in #211
 - cypher - prep v0.5.0 by @a-s-g93 in #212
 
New Contributors
- @pedroleitao-neo4j made their first contribution in #198
 - @michael-simons made their first contribution in #205
 - @mimomenome made their first contribution in #211
 
Full Changelog: mcp-neo4j-aura-manager-v0.4.3...mcp-neo4j-cypher-v0.5.0
mcp-neo4j-memory-v0.4.1
mcp-neo4j-data-modeling-v0.5.1
Added
- Add namespacing support for multi-tenant deployments with 
--namespaceCLI argument andNEO4J_NAMESPACEenvironment variable 
What's Changed
Full Changelog: mcp-neo4j-cypher-v0.4.1...mcp-neo4j-data-modeling-v0.5.1
mcp-neo4j-cypher-v0.4.1
What's Changed
- Introduce Read only mode for MCP Cypher by @tomasonjo in #184
 - cypher - prep v0.4.1 by @a-s-g93 in #194
 
New Contributors
Full Changelog: mcp-neo4j-data-modeling-v0.5.0...mcp-neo4j-cypher-v0.4.1
mcp-neo4j-aura-manager-v0.4.3
Added
- Add namespacing support for multi-tenant deployments with 
--namespaceCLI argument andNEO4J_NAMESPACEenvironment variable 
What's Changed
Full Changelog: mcp-neo4j-cypher-v0.4.1...mcp-neo4j-aura-manager-v0.4.3
mcp-neo4j-data-modeling-v0.5.0
Fixed
- Fix bug where MCP server could only be deployed with stdio transport
 
Changed
- Update README with link to data modeling demo repo and workflow image
 - Update Dockerfile for Docker Hub deployment
 - Change default transport to 
stdioin Dockerfile 
Added
- Add security middleware (CORS and TrustedHost) for HTTP and SSE transports
 - Add CLI  support for 
--allow-originsand--allowed-hostsconfiguration - Add environment variable for 
NEO4J_MCP_SERVER_ALLOW_ORIGINSandNEO4J_MCP_SERVER_ALLOWED_HOSTSconfiguration - Add detailed logging for configuration parameter parsing
 
What's Changed
Full Changelog: mcp-neo4j-aura-manager-v0.4.2...mcp-neo4j-data-modeling-v0.5.0
mcp-neo4j-aura-manager-v0.4.2
Fixed
- fix bug where config logging wasn't being used
 
Changed
- Use 
stateless_http=Falsewhen usinghttporssetransport to be consistent with previous configuration 
What's Changed
- fix config parsing, remote deployments use stateful http to be consis… by @a-s-g93 in #178
 - Aura manager prep v0.4.2 by @a-s-g93 in #179
 
Full Changelog: mcp-neo4j-aura-manager-v0.4.1...mcp-neo4j-aura-manager-v0.4.2
mcp-neo4j-aura-manager-v0.4.1
Fixed
- f-string bug in utils.py patched for earlier Python versions
 
What's Changed
- aura-manager - update PR tests, update utils bug by @a-s-g93 in #174
 - aura-manager - bump versions, update changelog by @a-s-g93 in #175
 
Full Changelog: mcp-neo4j-aura-manager-v0.4.0...mcp-neo4j-aura-manager-v0.4.1
mcp-neo4j-memory-v0.4.0
v0.4.0
Changed
- Change default transport to 
stdioin Dockerfile 
Added
- Add env variable 
NEO4J_MCP_SERVER_ALLOW_ORIGINSand cli variable--allow-originsto configure CORS Middleware for remote deployments - Add env variable 
NEO4J_MCP_SERVER_ALLOWED_HOSTSand cli variable--allowed-hoststo configure Trusted Hosts Middleware for remote deployments - Update HTTP and SSE transports to use security middleware
 - Add comprehensive HTTP transport integration tests with security middleware testing
 
What's Changed
- General - create common package for shared code by @a-s-g93 in #167
 - Revert "General - create common package for shared code" by @a-s-g93 in #168
 - memory - add security middleware by @a-s-g93 in #169
 - memory - prep v0.4.0 release by @a-s-g93 in #170
 
Full Changelog: mcp-neo4j-cypher-v0.4.0...mcp-neo4j-memory-v0.4.0