Skip to main content
Glama
Tobarrientos2

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-mcpserver

Related 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 つの方法で提供できます。

  1. 単一の接続文字列を使用する:

    NEO4J_CONNECTION=<uri>,<user>,<password>
  2. 個別の環境変数を使用する:

    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 サーバーを設定するには:

  1. カーソル設定を開く

  2. 機能 > MCP サーバーに移動します

  3. 「+新しいMCPサーバーを追加」ボタンをクリックします。

  4. 以下の情報を入力してください。

    • 名前: サーバーのニックネームを入力します (例: "neo4j-mcp")

    • タイプ: タイプとして「コマンド」を選択します

    • コマンド: サーバーを実行するコマンドを入力してください: GXP7

    重要: 資格情報を実際の Neo4j データベース資格情報に置き換えてください。

利用可能なツール 🛠️

neo4jクエリ

Neo4j データベースに対して Cypher クエリを実行します。

カーソルでの使用例:

MATCH (n) RETURN n LIMIT 5

トラブルシューティング🔧

問題が発生した場合:

  1. Neo4j の資格情報を確認する

    • Neo4j URI、ユーザー名、パスワードが正しいことを確認してください

    • Neo4jデータベースにアクセスできることを確認する

  2. パスの問題

    • インストールパスにスペースがないことを確認してください

    • パスにはスラッシュ(/)を使用する

  3. ツール検出の問題

    • カーソルを再起動してみてください

    • サーバーが実行中であることを確認します(CursorのMCPサーバーリストを確認してください)

    • 環境変数が正しく設定されているか確認する

開発👩‍💻

ローカルで実行するには:

git clone <repository-url>
cd neo4j-mcpserver
npm install
npm run build
npm start

ライセンス

ISC

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides 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.
    6
    280
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with Neo4j graph databases through natural language, supporting Cypher queries, schema management, data manipulation, and graph algorithms.
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables interaction with Neo4j databases from the Cursor IDE by executing Cypher queries, managing connections, and retrieving database information.
    3

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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