← Back to browse

mcp-neo4j-memory

Indexed by io.github.neo4j-contrib

About

MCP Neo4j Knowledge Graph Memory Server

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNEO4J_URI NEO4J_USERNAME NEO4J_PASSWORD NEO4J_DATABASE NEO4J_NAMESPACE
Claude Code
claude mcp add --env NEO4J_URI= --env NEO4J_USERNAME= --env NEO4J_PASSWORD= --env NEO4J_DATABASE= --env NEO4J_NAMESPACE= mcp-neo4j-memory -- uvx mcp-neo4j-memory
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-neo4j-memory","command":"uvx","args":["mcp-neo4j-memory"],"env":{"NEO4J_URI":"","NEO4J_USERNAME":"","NEO4J_PASSWORD":"","NEO4J_DATABASE":"","NEO4J_NAMESPACE":""}}'
JSON
{
  "mcpServers": {
    "mcp-neo4j-memory": {
      "command": "uvx",
      "args": [
        "mcp-neo4j-memory"
      ],
      "env": {
        "NEO4J_URI": "",
        "NEO4J_USERNAME": "",
        "NEO4J_PASSWORD": "",
        "NEO4J_DATABASE": "",
        "NEO4J_NAMESPACE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.