Skip to main content
Glama

Neo4j MCP Server

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

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 モデル コンテキスト プロトコル サーバーのフォークです。

  1. 特徴
    1. 構成
      1. 利用可能なツール
        1. mcp-neo4j-メモリ
      2. 発達
        1. 上流からの変更
          1. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              This server enables interaction between Neo4j databases and Claude Desktop, allowing users to execute Cypher queries, create nodes, and establish relationships in the database.
              Last updated -
              3
              72
              24
              TypeScript
              MIT License
            • -
              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 -
              Python
            • -
              security
              A
              license
              -
              quality
              Enhanced knowledge graph memory server for AI assistants that uses Neo4j as the backend storage engine, enabling powerful graph queries and efficient storage of user interaction information with full MCP protocol compatibility.
              Last updated -
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              An implementation for managing Neo4j graph database operations through the Model Context Protocol, enabling users to execute Cypher queries against their Neo4j database via AI assistants like Cursor and Claude Desktop.
              Last updated -
              10
              JavaScript

            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