← Back to Plugins
MCP Server MCP

io.github.neo4j-contrib/mcp-neo4j-memory

github By github 👁 1 views ▲ 0 votes

MCP Neo4j Knowledge Graph Memory Server

Homepage Verified source GitHub

Install

uvx mcp-neo4j-memory

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-neo4j-memory",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Neo4j connection URI",
          "isRequired": true,
          "format": "string",
          "name": "NEO4J_URI"
        },
        {
          "description": "Neo4j username",
          "isRequired": true,
          "format": "string",
          "name": "NEO4J_USERNAME"
        },
        {
          "description": "Neo4j password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NEO4J_PASSWORD"
        },
        {
          "description": "Neo4j database name",
          "format": "string",
          "name": "NEO4J_DATABASE"
        },
        {
          "description": "Tool namespace prefix",
          "format": "string",
          "name": "NEO4J_NAMESPACE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...