Skip to main content
Glama

Neo4j MCP Server

Neo4j MCP 서버

환경 변수 지원과 개선된 구성 옵션을 갖춘 Neo4j Model Context Protocol(MCP) 서버의 포크입니다.

특징

  • Neo4j 연결을 위한 환경 변수 구성
  • 사용자 정의 포트 및 원격 Neo4j 인스턴스 지원
  • 향상된 오류 처리 및 로깅
  • 모델 컨텍스트 프로토콜 과 호환

구성

다음 환경 변수를 사용하여 서버를 구성할 수 있습니다.

  • NEO4J_URL - Neo4j 연결 URL(기본값: "bolt://localhost:7687")
  • NEO4J_USER - Neo4j 사용자 이름(기본값: "neo4j")
  • NEO4J_PASSWORD - Neo4j 비밀번호(기본값: "neo4j")

예:

지엑스피1

사용 가능한 도구

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 인스턴스를 지원하도록 업데이트된 구성

특허

MIT

-
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

            • -
              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
              Python
              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 -
              Python
            • -
              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 -
              18
              Python
              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
              Python
              • 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