MCP.so
登录

Neo4j预约系统 MCP 服务器

@golfamigo

关于 Neo4j预约系统 MCP 服务器

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

golfamigo

配置

暂无标准配置

该服务器的 README 中没有可解析的 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 服务器