Neo4j MCP Server
Servidor MCP Neo4j
Una implementación de servidor MCP de Neo4j para administrar operaciones de bases de datos gráficas a través del Protocolo de Contexto de Modelo.
🔌 ¡Compatible con Cursor y Claude Desktop!
Inicio rápido
Puedes ejecutar el servidor directamente usando npx:
# Using a single connection string
NEO4J_CONNECTION=neo4j+s://your-instance.databases.neo4j.io,neo4j,your-password npx neo4j-mcpserver
# Or using separate environment variables
NEO4J_URI=neo4j+s://your-instance.databases.neo4j.io NEO4J_USER=neo4j NEO4J_PASSWORD=your-password npx neo4j-mcpserverRelated MCP server: M.I.M.I.R - Multi-agent Intelligent Memory & Insight Repository
Instalación
Si prefiere instalar el paquete globalmente:
npm install -g neo4j-mcpserverLuego ejecútalo:
NEO4J_CONNECTION=neo4j+s://your-instance.databases.neo4j.io,neo4j,your-password neo4j-mcpserverVariables de entorno
Puede proporcionar los detalles de conexión de Neo4j de dos maneras:
Usando una sola cadena de conexión:
NEO4J_CONNECTION=<uri>,<user>,<password>Usando variables de entorno separadas:
NEO4J_URI=<your-uri> NEO4J_USER=<your-user> NEO4J_PASSWORD=<your-password>
También puedes utilizar un archivo .env en la raíz de tu proyecto:
NEO4J_URI=neo4j+s://your-instance.databases.neo4j.io
NEO4J_USER=neo4j
NEO4J_PASSWORD=your-passwordConfiguración ⚙️
Configurando el cursor 🖥️
Para configurar el servidor MCP de Neo4j en Cursor:
Abrir configuración del cursor
Vaya a Características > Servidores MCP
Haga clic en el botón "+ Agregar nuevo servidor MCP"
Complete la siguiente información:
Nombre: Ingrese un apodo para el servidor (por ejemplo, "neo4j-mcp")
Tipo: Seleccione "comando" como tipo
Comando: Ingrese el comando para ejecutar el servidor: GXP7
Importante: reemplace las credenciales con sus credenciales de base de datos Neo4j reales.
Herramientas disponibles 🛠️
consulta neo4j
Ejecute consultas Cypher en su base de datos Neo4j.
Ejemplo de uso en Cursor:
MATCH (n) RETURN n LIMIT 5Solución de problemas 🔧
Si encuentra problemas:
Verificar credenciales de Neo4j
Comprueba que tu URI, nombre de usuario y contraseña de Neo4j sean correctos
Asegúrese de que su base de datos Neo4j sea accesible
Problemas de ruta
Asegúrese de que no haya espacios en la ruta de instalación
Utilice barras diagonales (/) en las rutas
Problemas de detección de herramientas
Intente reiniciar el cursor
Verifique que el servidor esté ejecutándose (verifique la lista de servidores MCP de Cursor)
Compruebe que las variables de entorno estén configuradas correctamente
Desarrollo 👩💻
Para ejecutar localmente:
git clone <repository-url>
cd neo4j-mcpserver
npm install
npm run build
npm startLicencia
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI assistants with persistent graph-based memory capabilities using Neo4j, enabling semantic search, relationship tracking, and knowledge organization across multiple project contexts.1,71631MIT
- Alicense-qualityCmaintenanceProvides AI assistants with persistent graph database memory using Neo4j, enabling task management, relationship understanding, semantic search with embeddings, file indexing, and multi-agent coordination through the Model Context Protocol.6280MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Neo4j graph databases through natural language, supporting Cypher queries, schema management, data manipulation, and graph algorithms.MIT
- Flicense-qualityDmaintenanceEnables interaction with Neo4j databases from the Cursor IDE by executing Cypher queries, managing connections, and retrieving database information.3
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tobarrientos2/neo4j-mcpserver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server