Neo4j MCP サーバー
環境変数のサポートと改善された構成オプションを備えた Neo4j モデル コンテキスト プロトコル (MCP) サーバーのフォーク。
特徴
Neo4j接続のための環境変数の設定
カスタムポートとリモートNeo4jインスタンスのサポート
エラー処理とログの改善
モデルコンテキストプロトコルと互換性がある
構成
サーバーは次の環境変数を使用して構成できます。
NEO4J_URL
- Neo4j 接続 URL (デフォルト: "bolt://localhost:7687")NEO4J_USER
- Neo4j ユーザー名 (デフォルト: "neo4j")NEO4J_PASSWORD
- Neo4j パスワード (デフォルト: "neo4j")
例:
利用可能なツール
mcp-neo4j-メモリ
次の機能を備えた Neo4j に保存されるナレッジ グラフ メモリ:
create_entities
- ナレッジグラフに複数の新しいエンティティを作成するcreate_relations
- エンティティ間の関係を作成する(能動態)add_observations
- 既存のエンティティに新しい観測を追加するdelete_entities
- エンティティとその関係を削除するdelete_observations
- エンティティから特定の観測を削除するdelete_relations
- 特定のリレーションを削除するread_graph
- ナレッジグラフ全体を読み取るsearch_nodes
- クエリに基づいてノードを検索するopen_nodes
- 特定のノードを名前で開く
発達
上流からの変更
Neo4j 接続の詳細に環境変数のサポートを追加しました
エラー処理と接続管理の改善
デバッグのための詳細なログ記録を追加しました
リモート Neo4j インスタンスをサポートするように構成を更新しました
ライセンス
マサチューセッツ工科大学
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
環境変数の構成とリモート接続の改善されたオプションを通じて Neo4j ナレッジ グラフとの対話を可能にする、Neo4j モデル コンテキスト プロトコル サーバーのフォークです。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that provides a standardized interface for interacting with Notion's API, enabling users to list databases, create pages, and search across their Notion workspace.Last updated -109MIT License
- -securityFlicense-qualityAn MCP server that enables graph database interactions with Neo4j, allowing users to access and manipulate graph data through natural language commands.Last updated -
- -securityAlicense-qualityA Model Context Protocol server implementation that enables LLMs to interact with NebulaGraph database for graph exploration, supporting schema understanding, queries, and graph algorithms.Last updated -20Apache 2.0
- -securityFlicense-qualityA Model Context Protocol server designed to facilitate Nextflow development and testing, providing tools for building from source, running tests, and managing the Nextflow development environment.Last updated -1