Provide persistent memory capabilities through Neo4j graph database integration.
6.2K
9 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
neo4j-memory
to the mcpServers
section:{
"mcpServers": {
"neo4j-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"NEO4J_URL",
"-e",
"NEO4J_USERNAME",
"-e",
"NEO4J_DATABASE",
"-e",
"NEO4J_TRANSPORT",
"-e",
"NEO4J_MCP_SERVER_HOST",
"-e",
"NEO4J_MCP_SERVER_PORT",
"-e",
"NEO4J_MCP_SERVER_PATH",
"-e",
"NEO4J_MCP_SERVER_ALLOW_ORIGINS",
"-e",
"NEO4J_MCP_SERVER_ALLOWED_HOSTS",
"-e",
"NEO4J_PASSWORD",
- mcp/neo4j-memory@sha256:7d07cd6143d1713d155e7f5afcf05d0c77b9cc6800c4a508bfeca20bb1e0a433
],
"env": {
"NEO4J_URL": "{{neo4j-memory.url}}",
"NEO4J_USERNAME": "{{neo4j-memory.username}}",
"NEO4J_DATABASE": "{{neo4j-memory.database}}",
"NEO4J_TRANSPORT": "{{neo4j-memory.transport}}",
"NEO4J_MCP_SERVER_HOST": "{{neo4j-memory.server_host}}",
"NEO4J_MCP_SERVER_PORT": "{{neo4j-memory.server_port}}",
"NEO4J_MCP_SERVER_PATH": "{{neo4j-memory.server_path}}",
"NEO4J_MCP_SERVER_ALLOW_ORIGINS": "{{neo4j-memory.server_allow_origins}}",
"NEO4J_MCP_SERVER_ALLOWED_HOSTS": "{{neo4j-memory.server_allowed_hosts}}",
"NEO4J_PASSWORD": "password"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Neo4j Memory
version: 1.0.1
schema: v1
mcpServers:
- name: Neo4j Memory
command: docker
args:
- run
- --rm
- -i
- -e
- NEO4J_URL
- -e
- NEO4J_USERNAME
- -e
- NEO4J_DATABASE
- -e
- NEO4J_TRANSPORT
- -e
- NEO4J_MCP_SERVER_HOST
- -e
- NEO4J_MCP_SERVER_PORT
- -e
- NEO4J_MCP_SERVER_PATH
- -e
- NEO4J_MCP_SERVER_ALLOW_ORIGINS
- -e
- NEO4J_MCP_SERVER_ALLOWED_HOSTS
- -e
- NEO4J_PASSWORD
- mcp/neo4j-memory@sha256:7d07cd6143d1713d155e7f5afcf05d0c77b9cc6800c4a508bfeca20bb1e0a433
env:
NEO4J_URL: "{{neo4j-memory.url}}"
NEO4J_USERNAME: "{{neo4j-memory.username}}"
NEO4J_DATABASE: "{{neo4j-memory.database}}"
NEO4J_TRANSPORT: "{{neo4j-memory.transport}}"
NEO4J_MCP_SERVER_HOST: "{{neo4j-memory.server_host}}"
NEO4J_MCP_SERVER_PORT: "{{neo4j-memory.server_port}}"
NEO4J_MCP_SERVER_PATH: "{{neo4j-memory.server_path}}"
NEO4J_MCP_SERVER_ALLOW_ORIGINS: "{{neo4j-memory.server_allow_origins}}"
NEO4J_MCP_SERVER_ALLOWED_HOSTS: "{{neo4j-memory.server_allowed_hosts}}"
NEO4J_PASSWORD: "password"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
neo4j-memory
to the mcpServers
section:{
"mcpServers": {
"neo4j-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"NEO4J_URL",
"-e",
"NEO4J_USERNAME",
"-e",
"NEO4J_DATABASE",
"-e",
"NEO4J_TRANSPORT",
"-e",
"NEO4J_MCP_SERVER_HOST",
"-e",
"NEO4J_MCP_SERVER_PORT",
"-e",
"NEO4J_MCP_SERVER_PATH",
"-e",
"NEO4J_MCP_SERVER_ALLOW_ORIGINS",
"-e",
"NEO4J_MCP_SERVER_ALLOWED_HOSTS",
"-e",
"NEO4J_PASSWORD",
- mcp/neo4j-memory@sha256:7d07cd6143d1713d155e7f5afcf05d0c77b9cc6800c4a508bfeca20bb1e0a433
],
"env": {
"NEO4J_URL": "{{neo4j-memory.url}}",
"NEO4J_USERNAME": "{{neo4j-memory.username}}",
"NEO4J_DATABASE": "{{neo4j-memory.database}}",
"NEO4J_TRANSPORT": "{{neo4j-memory.transport}}",
"NEO4J_MCP_SERVER_HOST": "{{neo4j-memory.server_host}}",
"NEO4J_MCP_SERVER_PORT": "{{neo4j-memory.server_port}}",
"NEO4J_MCP_SERVER_PATH": "{{neo4j-memory.server_path}}",
"NEO4J_MCP_SERVER_ALLOW_ORIGINS": "{{neo4j-memory.server_allow_origins}}",
"NEO4J_MCP_SERVER_ALLOWED_HOSTS": "{{neo4j-memory.server_allowed_hosts}}",
"NEO4J_PASSWORD": "password"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for