Skip to main content
Glama

Neo4j MCP サーバー

環境変数のサポートと改善された構成オプションを備えた Neo4j モデル コンテキスト プロトコル (MCP) サーバーのフォーク。

特徴

  • Neo4j接続のための環境変数の設定

  • カスタムポートとリモートNeo4jインスタンスのサポート

  • エラー処理とログの改善

  • モデルコンテキストプロトコルと互換性がある

構成

サーバーは次の環境変数を使用して構成できます。

  • NEO4J_URL - Neo4j 接続 URL (デフォルト: "bolt://localhost:7687")

  • NEO4J_USER - Neo4j ユーザー名 (デフォルト: "neo4j")

  • NEO4J_PASSWORD - Neo4j パスワード (デフォルト: "neo4j")

例:

NEO4J_URL="bolt://192.168.0.157:28687" \ NEO4J_USER="neo4j" \ NEO4J_PASSWORD="your-password" \ node dist/servers/mcp-neo4j-memory/main.js

利用可能なツール

mcp-neo4j-メモリ

次の機能を備えた Neo4j に保存されるナレッジ グラフ メモリ:

  • create_entities - ナレッジグラフに複数の新しいエンティティを作成する

  • create_relations - エンティティ間の関係を作成する(能動態)

  • add_observations - 既存のエンティティに新しい観測を追加する

  • delete_entities - エンティティとその関係を削除する

  • delete_observations - エンティティから特定の観測を削除する

  • delete_relations - 特定のリレーションを削除する

  • read_graph - ナレッジグラフ全体を読み取る

  • search_nodes - クエリに基づいてノードを検索する

  • open_nodes - 特定のノードを名前で開く

発達

# Install dependencies npm install # Build npm run build # Start the server npm start

上流からの変更

  • Neo4j 接続の詳細に環境変数のサポートを追加しました

  • エラー処理と接続管理の改善

  • デバッグのための詳細なログ記録を追加しました

  • リモート Neo4j インスタンスをサポートするように構成を更新しました

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A 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 -
    111
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP server that enables graph database interactions with Neo4j, allowing users to access and manipulate graph data through natural language commands.
    Last updated -
  • -
    security
    A
    license
    -
    quality
    A 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 -
    22
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    A 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
    • Apple
    • Linux

View all related MCP servers

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/rebots-online/mcp-neo4j'

If you have feedback or need assistance with the MCP directory API, please join our Discord server