Opera Omnia MCP 数据服务
提供对 Opera Omnia 项目丰富 JSON 数据集的编程访问,助力游戏、互动小说和 AI 应用开发。
快速入门
-
克隆仓库: git clone https://github.com/triptych/opera-omnia-mcp.git
-
安装依赖: npm install
-
构建项目: npm run build
-
启动服务器: npm start
-
配置 MCP 设置文件: { "mcpServers": { "opera-omnia": { "command": "node", "args": ["path/to/opera-omnia-mcp/build/index.js"] } } }
-
使用工具(例如列出数据集分类): const result = await use_mcp_tool({ server_name: "opera-omnia", tool_name: "list_categories" });