Agent Plugins Marketplace
← All plugins

mcp-neo4j

v1.0.0

Neo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling

CodexClaude Code4 MCP serversstdio

By Community15 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install mcp-neo4j for Codex and Claude Code

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add mcp-neo4j@pleaseai

Paste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.

Compatibility: the page URL and API slug “mcp-neo4j” remain stable.

  • Codex: mcp-neo4j@agent-plugin-marketplace → mcp-neo4j@pleaseai

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/pleaseai/claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/neo4j/.

Plugin files

plugins/neo4j/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers4

mcp-neo4j-cloud-aura-apistdio
command
uvx
args
mcp-neo4j-aura-manager
mcp-neo4j-cypherstdio
command
uvx
args
mcp-neo4j-cypher
mcp-neo4j-data-modelingstdio
command
uvx
args
mcp-neo4j-data-modeling
mcp-neo4j-memorystdio
command
uvx
args
mcp-neo4j-memory

Plugin manifests2

plugins/neo4j/.codex-plugin/plugin.json
{
  "name": "mcp-neo4j",
  "version": "1.0.0",
  "description": "Neo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling",
  "author": {
    "name": "Community"
  },
  "interface": {
    "displayName": "Mcp Neo4j",
    "shortDescription": "Neo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling",
    "longDescription": "Neo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling",
    "developerName": "Community",
    "category": "Database",
    "capabilities": [
      "Tool"
    ],
    "defaultPrompt": [
      "Use Mcp Neo4j for my current task."
    ]
  },
  "mcpServers": "./.mcp.json"
}
plugins/neo4j/.claude-plugin/plugin.json
{
  "name": "mcp-neo4j",
  "version": "1.2.0",
  "description": "Neo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling",
  "mcpServers": {
    "mcp-neo4j-cloud-aura-api": {
      "command": "uvx",
      "args": [
        "mcp-neo4j-aura-manager"
      ]
    },
    "mcp-neo4j-cypher": {
      "command": "uvx",
      "args": [
        "mcp-neo4j-cypher"
      ]
    },
    "mcp-neo4j-data-modeling": {
      "command": "uvx",
      "args": [
        "mcp-neo4j-data-modeling"
      ]
    },
    "mcp-neo4j-memory": {
      "command": "uvx",
      "args": [
        "mcp-neo4j-memory"
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mcp-neo4j on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mcp-neo4j)