MCP 服务器集合

MCP 服务器集合

包含多种用途的 Model Context Protocol 服务器的单体仓库。

快速入门

  1. 安装依赖: 使用 bun install 安装所有依赖。
  2. 构建项目: 执行 bun run build 构建所有包。
  3. 运行 CLI 或服务器:
    • CLI 示例:bun run packages/shortcut-mcp-server-installer/dist/index.js
    • 服务器示例:bun run packages/shortcut-mcp-server/dist/index.js
  4. 遵循编码风格: 确保通过 bun typecheckbun check,可使用 bun fix 格式化代码。
  5. 设置 Git 钩子(可选): 执行 git config core.hookspath .githooks