Neo4j MCP Server
Neo4j MCP サーバー
モデル コンテキスト プロトコルを通じてグラフ データベース操作を管理するための Neo4j MCP サーバー実装。
🔌 カーソルとクロードデスクトップの両方と互換性があります。
クイックスタート
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
インストール
パッケージをグローバルにインストールする場合:
npm install -g neo4j-mcpserver次にそれを実行します:
NEO4J_CONNECTION=neo4j+s://your-instance.databases.neo4j.io,neo4j,your-password neo4j-mcpserver環境変数
Neo4j 接続の詳細は、次の 2 つの方法で提供できます。
単一の接続文字列を使用する:
NEO4J_CONNECTION=<uri>,<user>,<password>個別の環境変数を使用する:
NEO4J_URI=<your-uri> NEO4J_USER=<your-user> NEO4J_PASSWORD=<your-password>
プロジェクト ルートで.envファイルを使用することもできます。
NEO4J_URI=neo4j+s://your-instance.databases.neo4j.io
NEO4J_USER=neo4j
NEO4J_PASSWORD=your-password設定 ⚙️
カーソルの設定 🖥️
Cursor で Neo4j MCP サーバーを設定するには:
カーソル設定を開く
機能 > MCP サーバーに移動します
「+新しいMCPサーバーを追加」ボタンをクリックします。
以下の情報を入力してください。
名前: サーバーのニックネームを入力します (例: "neo4j-mcp")
タイプ: タイプとして「コマンド」を選択します
コマンド: サーバーを実行するコマンドを入力してください: GXP7
重要: 資格情報を実際の Neo4j データベース資格情報に置き換えてください。
利用可能なツール 🛠️
neo4jクエリ
Neo4j データベースに対して Cypher クエリを実行します。
カーソルでの使用例:
MATCH (n) RETURN n LIMIT 5トラブルシューティング🔧
問題が発生した場合:
Neo4j の資格情報を確認する
Neo4j URI、ユーザー名、パスワードが正しいことを確認してください
Neo4jデータベースにアクセスできることを確認する
パスの問題
インストールパスにスペースがないことを確認してください
パスにはスラッシュ(/)を使用する
ツール検出の問題
カーソルを再起動してみてください
サーバーが実行中であることを確認します(CursorのMCPサーバーリストを確認してください)
環境変数が正しく設定されているか確認する
開発👩💻
ローカルで実行するには:
git clone <repository-url>
cd neo4j-mcpserver
npm install
npm run build
npm startライセンス
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