Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

Neo4j MCP Servers — Cypher + Memory + Aura API

neo4j-contrib/mcp-neo4j bundles Neo4j MCP servers (Cypher, memory, Aura API); verified 946★ and documents stdio/HTTP/SSE plus timeouts and token limits.

MCP Hub
MCP Hub · Community
Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Needs Confirmation · 62/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Docker
Confiance
Confiance : Established
Point d'entrée
docker run -p 8000:8000 mcp-neo4j-cypher:latest
Commande CLI universelle
npx tokrepo install 3e147e52-d296-5314-8824-52e80743ab0e
Introduction

neo4j-contrib/mcp-neo4j bundles Neo4j MCP servers (Cypher, memory, Aura API); verified 946★ and documents stdio/HTTP/SSE plus timeouts and token limits.

Best for: Graph-heavy teams who want natural-language Cypher querying and a persistent knowledge-graph memory via MCP

Works with: Claude Desktop and other MCP clients; Docker for HTTP transport deployments; Neo4j Aura or self-managed Neo4j

Setup time: 15-35 minutes

Key facts (verified)

  • GitHub: 946 stars · 243 forks · pushed 2026-04-10.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: docker run -p 8000:8000 mcp-neo4j-cypher:latest.

Main

  • Treat schema access as the first success metric: the Cypher server exposes schema tools and enforces read timeouts (docs mention a 30s default).

  • Use token limits to prevent huge query payloads from blowing up context; the Cypher server docs describe truncation using tiktoken for read responses.

  • Run multiple servers with namespacing when you have multiple Neo4j instances (dev/prod or multiple graphs) to avoid tool-name collisions.

Source-backed notes

  • Root README lists multiple servers: mcp-neo4j-cypher, mcp-neo4j-memory, mcp-neo4j-cloud-aura-api, and mcp-neo4j-data-modeling.
  • Docs describe transport modes (stdio/SSE/HTTP) and show --transport http --host ... --port ... --path /api/mcp/ examples.
  • The Cypher server docs include read timeouts (default 30s) and response token limits for read_neo4j_cypher.

FAQ

  • Do I need APOC?: Yes for schema inspection: the README says APOC must be installed/enabled for schema tools to work.
  • Is this the official Neo4j MCP server?: No — the root README calls these Neo4j Labs servers and links to the official product repo separately.
  • How do I keep query results manageable?: Use read timeouts + token limits as documented in the Cypher server docs.
🙏

Source et remerciements

Source: https://github.com/neo4j-contrib/mcp-neo4j > License: MIT > GitHub stars: 946 · forks: 243

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires