@luncurkan/mcp
](https://www.npmjs.com/package/@luncurkan/mcp) ](https://www.npmjs.com/package/@luncurkan/mcp)
MCP服务器 启动.dev -使用AI部署和管理应用程序。
安装
npx @luncurkan/mcp设置
- 从获取您的API令牌 console.luncurkan.dev/profile/api-tokes
- 添加到MCP配置中:
克劳德代码 (~/.claude/mcp.json):
{
"mcpServers": {
"luncurkan": {
"command": "npx",
"args": ["@luncurkan/mcp"],
"env": {
"LUNCURKAN_TOKEN": "lnk_your_token_here"
}
}
}
}克劳德桌面 (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"luncurkan": {
"command": "npx",
"args": ["@luncurkan/mcp"],
"env": {
"LUNCURKAN_TOKEN": "lnk_your_token_here"
}
}
}
}工具
| 类别 | 工具 |
|---|---|
| 项目 | list_projects, get_project, create_project, delete_project |
| 模板 | list_templates, create_project_from_template |
| 部署 | list_deployments, get_deployment, create_deployment, redeploy, get_deployment_logs, delete_deployment |
| 测试 | test_endpoint, test_health, test_auth_register, test_auth_login |
| 组织 | list_organizations, get_organization, list_organization_members |
| GitHub | list_installations, list_installation_repos |
| 配额 | get_quota |
用法
"List my projects"
"Deploy my-app"
"Show deployment logs"
"Test the health endpoint"
"Create project from go-fiber-auth template"配置
添加 luncurkan.json 到您的repo:
{
"builder": {
"lang": "node",
"version": "20",
"command": "npm start"
},
"resources": {
"cpu": 100,
"memory": 256
}
}支持的语言: node, bun, go, rust, python
完整文档: 启动.dev/docs
许可证
麻省理工学院
