Token导航 LogoToken导航TokenDH.com
Luncurkan MCP logo
办公协作stdio官方级别未说明来源级核验

Luncurkan MCP

MCP Server

@luncurkan/mcp

用于通过AI部署和管理应用程序的模型上下文协议服务器。

工具数

20

提示词数

0

GitHub Stars

0

资源数

0
TypeScriptClaude团队协作Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

luncurkan

提供方

luncurkan

最后核验

2026/5/17 20:20

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx @luncurkan/mcp

详细介绍

@luncurkan/mcp

](https://www.npmjs.com/package/@luncurkan/mcp) ](https://www.npmjs.com/package/@luncurkan/mcp)

MCP服务器 启动.dev -使用AI部署和管理应用程序。

安装

npx @luncurkan/mcp

设置

  1. 从获取您的API令牌 console.luncurkan.dev/profile/api-tokes
  1. 添加到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
GitHublist_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

许可证

麻省理工学院

目录标签

目录标签

TypeScriptClaude团队协作应用部署本地部署项目管理GitHub集成模板管理

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@luncurkan/mcp

工具数量(toolCount,工具数)

20

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP