Token导航 LogoToken导航TokenDH.com
mcpfleet (ef27c8) logo
开发工具未说明官方级别未说明来源级核验

mcpfleet (ef27c8)

MCP Server

一个跨平台的命令行工具,用于集中管理和应用MCP服务器定义到多个AI编码代理。

工具数

6

提示词数

0

GitHub Stars

0

资源数

0
命令行工具跨平台GoClaudeClaudeCursorWindsurf

安装说明

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

作者 / 组织

mcpfleet

提供方

mcpfleet

最后核验

2026/5/17 20:21

快速接入

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

详细介绍

麦克普利特

与供应商无关的CLI,用于跨AI编码代理管理和应用MCP服务器定义

![CI](https://github.com/mcpfleet/mcpfleet/actions/workflows/ci.yml) ![Go](https://go.dev) ![License: MIT](LICENSE) ![Release](https://github.com/mcpfleet/mcpfleet/releases)

______________________________________________________________________

的问题

你使用多个AI编码代理——Cursor、Claude Code、Windsurf、Zed、Crush。每个都在不同的位置有自己的配置文件。每次添加MCP服务器或交换机时,都必须手动更新每个配置。

麦克普利特 修复此问题。在中央注册表中定义一次MCP服务器,然后用一个命令将它们应用于任何地方。

new machine setup:
  curl -fsSL https://mcpfleet.dev/install.sh | sh
  mcpfleet auth login
  mcpfleet apply --all cursor
  # done.

特性

  • 📦 中央注册表 --将所有MCP服务器定义放在一个地方
  • 🔐 加密保管库 --使用AES-256-GCM存储的秘密,操作系统密钥环中的密钥
  • 🤖 多代理支持 --光标,克劳德代码,风帆,zed,压碎
  • 🏷️ 标签过滤 --仅应用标记的服务器 dev, vcs等等。
  • 🔄 无损合并 --保留现有的代理配置
  • ↔️ 跨平台 --macOS、Linux、Windows(amd64+arm64)

安装

自制(macOS/Linux)

brew install mcpfleet/tap/mcpfleet

curl(Linux/macOS)

curl -fsSL https://mcpfleet.dev/install.sh | sh

去安装

go install github.com/mcpfleet/mcpfleet/cmd/mcpfleet@latest

下载二进制文件

从获取最新二进制文件 .

快速开始

# 1. Authenticate with the registry
mcpfleet auth login

# 2. Push an MCP server definition
mcpfleet push my-server \
  --command npx \
  --args "-y,@modelcontextprotocol/server-filesystem" \
  --tag dev

# 3. Apply all servers to Cursor
mcpfleet apply --all cursor

# 4. Apply only 'dev'-tagged servers to Claude Code
mcpfleet apply --tag dev claude-code

# 5. List all servers in the registry
mcpfleet list

# 6. Remove a server
mcpfleet delete my-server

支持的代理

代理配置路径
cursor~/.cursor/mcp.json
claude-code~/Library/Application Support/Claude/claude_desktop_config.json
windsurf~/.codeium/windsurf/mcp_config.json
zed~/.config/zed/settings.json
crush~/.config/crush/mcp.json

命令

mcpfleet auth login          Authenticate with the registry
mcpfleet list                List all MCP servers in the registry
mcpfleet push          Add or update an MCP server definition
mcpfleet pull                Pull latest server definitions from registry
mcpfleet apply        Apply registry servers to an agent config
  --all                        Apply all servers (ignore tag filter)
  --tag                   Apply only servers with the given tag
mcpfleet delete        Remove an MCP server from the registry

配置

mcpfleet从以下位置读取其注册表URL:

  1. MCPFLEET_REGISTRY_URL 环境变量
  2. ~/.config/mcpfleet/registry_url 文件
  3. 违约: https://registry.mcpfleet.dev

身份验证令牌存储在 ~/.config/mcpfleet/token 之后 mcpfleet auth login.

自足执行

您可以使用运行自己的注册表 mcpfleet注册表:

git clone https://github.com/mcpfleet/mcpfleet-registry
cd mcpfleet-registry
docker compose up -d

# Point mcpfleet at your instance
export MCPFLEET_REGISTRY_URL=http://localhost:8080
mcpfleet auth login

发展

git clone https://github.com/mcpfleet/mcpfleet
cd mcpfleet
go mod tidy
go test ./...
go build -o mcpfleet ./cmd/mcpfleet

贡献

欢迎拉取请求!请先打开一个问题来讨论重大更改。

许可证

麻省理工学院

目录标签

目录标签

命令行工具跨平台GoClaude本地部署AI编码服务器管理配置同步

支持客户端

ClaudeCursorWindsurf

接入字段

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

未说明

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

token

工具数量(toolCount,工具数)

6

资源数量(resourceCount,资源数)

0

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

0

权限和风险

未说明token部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP