Neo4j预约系统 MCP 服务器
@golfamigo
关于 Neo4j预约系统 MCP 服务器
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Neo4j预约系统 MCP 服务器?
Neo4j预约系统 MCP 服务器 is a booking system server built on the Neo4j graph database that exposes management tools (appointment, customer, staff, service, etc.) through the Model Context Protocol (MCP) for large language models like Claude. It is designed for developers integrating graph‑based scheduling and business operations into AI assistants.
How to use Neo4j预约系统 MCP 服务器?
Clone the repository, run npm install, copy .env.example to .env and configure the Neo4j connection and port, then execute npm run initialize once to set up database indexes and tool definitions. Start the server with npm start for production or npm run dev for development. The server provides MCP tools that can be invoked by any MCP‑compatible client (e.g., Claude).
Key features of Neo4j预约系统 MCP 服务器
- Appointment, customer, and staff management
- Service and category management
- Membership level and staff availability management
- Notification system for customer alerts
- Business statistics and advertisement management
- User relationship management
Use cases of Neo4j预约系统 MCP 服务器
- AI‑powered booking assistants that create, query, update, or cancel appointments
- Automated customer and staff data management via natural language
- Real‑time business statistics and reporting for decision support
- Integrated notification and advertising workflows in a conversational interface
FAQ from Neo4j预约系统 MCP 服务器
What are the runtime dependencies?
Node.js and a running Neo4j graph database are required. The server uses the @modelcontextprotocol/sdk to implement MCP.
How is the data stored and accessed?
All data (users, bookings, staff, services, etc.) resides in the Neo4j graph database. Connection details are configured via environment variables (NEO4J_URI, NEO4J_USERNAME, NEO4J_PASSWORD).
Does the server require an initial setup?
Yes. On first deployment, run npm run initialize to create database indexes, constraints, and tool documentation. After that, the environment variable SKIP_DB_INIT can be set to true to skip these steps on subsequent starts.
What transport or authentication does the server use?
The server listens on a configurable port (default 3003) and communicates via the standard MCP protocol. No authentication or transport details beyond the port are described in the README.
What are the known limitations?
The README does not mention any specific limitations. It notes that this is a pure MCP server branch with all API‑related code removed, so it is intended solely for MCP‑based integrations.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论