Token导航 LogoToken导航TokenDH.com
Codealive Installer logo
开发工具stdio官方级别未说明来源级核验

Codealive Installer

MCP Server

@codealive/installer

CodeAlive安装器是一个支持多种安装方式的工具,用于将AI编码助手CodeAlive安装到不同的AI编码代理中,包括Claude Code插件、通用CodeAlive技能和MCP服务器。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
TypeScriptClaude多平台支持ClaudeCursorWindsurf

安装说明

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

作者 / 组织

CodeAlive-AI

提供方

CodeAlive-AI

最后核验

2026/5/17 20:21

运行时

Node.js

快速接入

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

命令预览

npx @codealive/installer

详细介绍

codealive安装程序

安装 CodeAlive 您的AI编码代理。

支持三种安装方式:

方法最适合代理
Claude代码插件克劳德代码用户克劳德代码
CodeAlive技能通用Cursor、Copilot、Windsurf、Gemini CLI、Codex、Roo Code、30+代理
MCP服务器直接工具访问任何兼容MCP的客户端

快速开始

macOS/Linux:

npx @codealive/installer

Windows(PowerShell):

irm https://raw.githubusercontent.com/CodeAlive-AI/codealive-installer/main/install.ps1 | iex

如果你已经有了Node.js:

npx @codealive/installer

交互式向导将指导您选择和安装组件。

选项

--api-key, -k   CodeAlive API key
--ci             CI mode — skip prompts, install MCP to detected agents
--debug          Enable debug logging

CI模式

npx @codealive/installer --ci --api-key YOUR_KEY

自动将MCP服务器安装到所有检测到的代理,无需提示。

支持的代理(MCP)

  • 克劳德代码
  • 光标
  • VS代码(GitHub副本)
  • 帆板运动
  • 克莱恩
  • Roo代码
  • 泽德
  • 开源代码
  • 法典
  • 反重力

程序化使用

import { runWizard, installMcp, installSkill, installPlugin } from '@codealive/installer';

// Run the full wizard
await runWizard({ apiKey: 'your-key' });

// Or install individual components
const mcpClients = await installMcp('your-key');
const skillResult = installSkill();
const pluginOk = await installPlugin();

API密钥

获取API密钥: app.codealive.ai/settings/api-keys.

密钥存储在操作系统凭据存储中(macOS Keychain、Linux密钥工具、Windows凭据管理器)。

许可证

麻省理工学院

目录标签

目录标签

TypeScriptClaude多平台支持AI编码本地部署开发工具代码助手自动化安装

支持客户端

ClaudeCursorWindsurf

接入字段

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

stdio

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

api-key

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@codealive/installer

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

stdioapi-key部署方式未说明

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

安装前确认

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

来源信息

继续浏览同类 MCP