neo4j-mcp-skill

仓库创建 2026年1月20日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由

便于在编辑器中用 Claude/VS Code 等工具直接访问 Neo4j

▸ 风险提示

MCP 暴露网络与 stdio 接口,部署需注意访问控制与认证

这个 Skill 做什么

安装配置 Neo4j MCP 服务以连接多款 MCP 兼容编辑器与数据库

帮你安装、配置和排查 Neo4j 的 MCP 服务,目的是把各种 MCP 兼容编辑器(比如 Claude、VS Code 等)通过 stdio 或 HTTP 连到 Neo4j 数据库。用在需要把编辑器和数据库打通、运行 get-schema、read-cypher、write-cypher 或查询 GDS 程序时。优势是覆盖四个 MCP 工具、支持只读模式并处理常见连通性或权限问题,让集成更稳。

开发编程MCP编辑器集成调试通用
98
Stars
35
Forks
29
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-mcp-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-mcp-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: neo4j-mcp-skill
description: Use when installing, configuring, or troubleshooting the official Neo4j MCP server
  (neo4j/mcp): connecting Claude Code, Claude Desktop, Cursor, Windsurf, VS Code,
  Kiro, or other MCP-compatible editors to a Neo4j database via stdio or HTTP
  transport. Covers the four MCP tools (get-schema, read-cypher, write-cypher,
  list-gds-procedures), read-only mode, and multi-database configuration.
  Does NOT cover writing Cypher queries via those tools — use neo4j-cypher-skill.
  Does NOT cover agent memory — use neo4j-agent-memory-skill.
  Does NOT cover Aura instance provisioning — use neo4j-aura-provisioning-skill.
allowed-tools: Bash, WebFetch
version: 1
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有