MCP Boilerplate

🚀 MCP 보일러플레이트
Bun ⚡의 지원을 받았습니다
MCP(Model Context Protocol) 애플리케이션을 위한 최신의 초고속 보일러플레이트
🔥 특징
Bun을 사용한 초고속 MCP
최신 TypeScript 우선 아키텍처
MCP SDK 통합 기본 제공(
@modelcontextprotocol/sdk)적절한 TypeScript 지원이 포함된 Express 5.x 서버
Zod 스키마를 사용한 강력한 검증
Morgan과 함께하는 스마트 로깅
환경 구성 지원
CLI 준비 구현
Related MCP server: MCP Server Starter (TypeScript)
🛠️ 필수 조건
패키지 관리자(
bun,npm,pnpm또는yarn)
⚡ 빠른 시작
지엑스피1
🚄 개발 스크립트
명령 | 설명 |
| 핫 리로드로 개발 서버 시작 |
| TypeScript 컴파일 |
| 컴파일된 CLI 실행 |
🌐 환경 설정
.env 파일을 만듭니다.
PORT=3000
MCP_API_KEY=your_api_key_here
DEBUG=mcp:*✨ 커서에 MCP 서버 설정
서버를 설치하고 실행하세요
커서 MCP 설정
Files > Preferences > Cursor Settings > MCP로 이동하세요.새로운 MCP 서버 추가
+ Add new global MCP server설정 JSON을 붙여넣습니다.
{
"mcpServers": {
"mcp-boilerplate": {
"url": "http://localhost:3001/sse"
}
}
}📂 프로젝트 구조
mcp-boilerplate/
├── src/
│ ├── index.ts
│ ├── config/
│ ├── services/
│ └── types/
└── build/📦 주요 종속성
실행 시간:
개발자:
🤝 포크 저장소 기여
기능 브랜치 생성
변경 사항 커밋
푸시 브랜치
오픈 PR
📄 라이센스 MIT - 라이센스 참조
즐거운 코딩을 하세요!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- anirbanbasu-pymcpOAuth
Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…
A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This…
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseCqualityDmaintenanceA production-ready template for building Model Context Protocol servers in TypeScript, offering fast development with Bun, Biome linting, and automated version management.189MIT
- FlicenseNot gradedqualityDmaintenanceA minimal, production-ready TypeScript starter template for building Model Context Protocol (MCP) servers with auto-loading architecture for tools, resources, and prompts. Provides boilerplate code, generators, and examples to quickly create MCP servers that can connect AI applications to any data source or tool.
- AlicenseNot gradedqualityDmaintenanceA TypeScript-based template for rapidly developing MCP servers with modular tool architecture, built-in validation using Zod schemas, and comprehensive error handling.13MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server template designed for building structured tools, prompts, and resources with built-in support for HTTP and STDIO transports. It provides a standardized framework for developers to create and deploy AI-driven services using TypeScript and Zod schema validation.10
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jhon2c/mcp-boilerplate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server