PromptAI
由MCP服务器和Supabase支持的智能提示管理系统。
项目结构
PromptAI/
├── mcp-server/ # Existing MCP server (Supabase client)
├── mcp-servers/ # Additional MCP server integrations
├── skills/ # Agent skills and prompt templates
├── dashboard/ # Web dashboard UI
├── docs/ # Documentation
├── supabase/ # Supabase config & migrations
└── database-architecture.md入门指南
- 克隆仓库
- 复制
.env.example到.env并填写您的Supabase凭据 - 安装依赖项:
cd mcp-server && npm install - 运行MCP服务器:
npm start
许可证
麻省理工学院
