基于 Superset 的 MCP 服务端
基于 Apache Superset REST API 构建的 Model Context Protocol (MCP) 服务端应用。
快速入门
直接使用
运行以下命令:
npx -y https://github.com/LiusCraft/superset-mcp-server
设置环境变量:
SUPERSET_URL, SUPERSET_USERNAME, SUPERSET_PASSWORD
安装依赖
执行以下命令安装 Node.js 依赖:
npm install
启动服务
- API 客户端测试:
npm run src/examples/superset-example.ts
- 调试环境:
npm run inspector
- 生产环境:
npm run build
npm start