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
- 이름으로 특정 노드 열기
개발
상류에서의 변경 사항
Neo4j 연결 세부 정보에 대한 환경 변수 지원이 추가되었습니다.
향상된 오류 처리 및 연결 관리
디버깅을 위한 자세한 로깅이 추가되었습니다.
원격 Neo4j 인스턴스를 지원하도록 업데이트된 구성
특허
MIT
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