What problem does it solve? Connecting AI coding assistants to a Neo4j graph database requires correct MCP server installation, editor-specific JSON configuration, credential handling, and transport setup, which is error-prone and differs across editors. ## Core Features & Use Cases - Editor Configuration: Provides ready-to-merge MCP config blocks for Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, Kiro, Cline, and Antigravity, including the VS Code servers vs mcpServers difference. - Transport & Access Control: Covers stdio and HTTP transport modes, per-request Basic auth, and read-only mode via NEO4J_READ_ONLY to hide the write-cypher tool. - Troubleshooting & Verification: Includes a connectivity smoke test (RETURN 'connected'), an APOC requirement check for get-schema, and a symptom-to-fix table for common failures. - Use Case: You want Claude Code to query your Aura instance. Follow the steps to install neo4j-mcp-server, capture its absolute path, merge the config into ~/.claude/settings.json, restart, and verify with a smoke test. ## Quick Start Ask your AI assistant to install the Neo4j MCP server and configure your editor to connect to your Neo4j database in read-only mode.