Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From mcp-neo4j
Runs locally via uvx to manage and access Neo4j Aura cloud graph database API. Provides tools for instance management, queries, and data operations. Requires Neo4j Aura credentials.
npx claudepluginhub pleaseai/claude-code-plugins --plugin mcp-neo4jCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-neo4j-cloud-aura-api": {
"command": "uvx",
"args": [
"mcp-neo4j-aura-manager"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.