🚀 MCP 样板
由 Bun 提供支持
适用于模型上下文协议 (MCP) 应用程序的现代、快速样板
🔥 特点
超快 MCP与 Bun
现代 TypeScript 优先架构
开箱即用的 MCP SDK 集成(
@modelcontextprotocol/sdk
)Express 5.x 服务器具有适当的 TypeScript 支持
使用 Zod 模式进行稳健验证
与 Morgan 一起进行智能伐木
环境配置支持
CLI 就绪实施
🛠️ 先决条件
包管理器(
bun
、npm
、pnpm
或yarn
)
⚡ 快速入门
🚄 开发脚本
命令 | 描述 |
| 使用热重载启动开发服务器 |
| 编译 TypeScript |
| 运行已编译的 CLI |
🌐 环境设置
创建 .env 文件:
✨ 在 Cursor 上设置 MCP 服务器
安装并运行服务器
转至光标 MCP 设置
Files > Preferences > Cursor Settings > MCP
添加新的 MCP 服务器
+ Add new global MCP server
粘贴设置 JSON
📂 项目结构
📦关键依赖项
运行时:
开发者:
🤝 贡献 Fork 仓库
创建功能分支
提交更改
推送分支
开放 PR
📄 MIT 许可证 - 请参阅许可证
祝您编码愉快!
This server cannot be installed
一个现代的、闪电般快速的入门模板,用于使用 Bun 构建模型上下文协议应用程序,使开发人员能够创建具有 TypeScript 支持、验证和环境配置的 MCP 服务器。
Related MCP Servers
- AsecurityAlicenseAqualityA production-ready template for building Model Context Protocol servers in TypeScript, offering fast development with Bun, Biome linting, and automated version management.Last updated -126MIT License
- AsecurityAlicenseAqualityA TypeScript-based template for building Model Context Protocol servers, featuring fast testing, automated version management, and a clean structure for MCP tool implementations.Last updated -1264MIT License
- -securityFlicense-qualityA starter template for building Model Context Protocol (MCP) servers, enabling developers to create and add custom tools that can be integrated with Claude Desktop.Last updated -2
- -securityFlicense-qualityA starter template for creating Model Context Protocol servers using TypeScript, providing basic setup and sample tool implementation for developers to build their own MCP servers.