← Back to browse

mcp-neo4j-aura-manager

Indexed by io.github.neo4j-contrib

About

MCP server for Neo4j Aura Database Instance Manager.

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_AURA_CLIENT_ID NEO4J_AURA_CLIENT_SECRET NEO4J_NAMESPACE
Claude Code
claude mcp add --env NEO4J_AURA_CLIENT_ID= --env NEO4J_AURA_CLIENT_SECRET= --env NEO4J_NAMESPACE= mcp-neo4j-aura-manager -- uvx mcp-neo4j-aura-manager
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-aura-manager","command":"uvx","args":["mcp-neo4j-aura-manager"],"env":{"NEO4J_AURA_CLIENT_ID":"","NEO4J_AURA_CLIENT_SECRET":"","NEO4J_NAMESPACE":""}}'
JSON
{
  "mcpServers": {
    "mcp-neo4j-aura-manager": {
      "command": "uvx",
      "args": [
        "mcp-neo4j-aura-manager"
      ],
      "env": {
        "NEO4J_AURA_CLIENT_ID": "",
        "NEO4J_AURA_CLIENT_SECRET": "",
        "NEO4J_NAMESPACE": ""
      }
    }
  }
}

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