Skip to main content
Glama
jhon2c

MCP Boilerplate

by jhon2c

MCP 배너

🚀 MCP 보일러플레이트

Bun ⚡의 지원을 받았습니다

MCP(Model Context Protocol) 애플리케이션을 위한 최신의 초고속 보일러플레이트

노드.js 혈액 요소 질소 특허 타입스크립트


🔥 특징

  • Bun을 사용한 초고속 MCP

  • 최신 TypeScript 우선 아키텍처

  • MCP SDK 통합 기본 제공( @modelcontextprotocol/sdk )

  • 적절한 TypeScript 지원이 포함된 Express 5.x 서버

  • Zod 스키마를 사용한 강력한 검증

  • Morgan과 함께하는 스마트 로깅

  • 환경 구성 지원

  • CLI 준비 구현


Related MCP server: MCP Server Starter (TypeScript)

🛠️ 필수 조건


⚡ 빠른 시작

지엑스피1


🚄 개발 스크립트

명령

설명

bun run dev

핫 리로드로 개발 서버 시작

bun run build

TypeScript 컴파일

mcp-boilerplate

컴파일된 CLI 실행


🌐 환경 설정

.env 파일을 만듭니다.

PORT=3000 
MCP_API_KEY=your_api_key_here
DEBUG=mcp:*

✨ 커서에 MCP 서버 설정

  1. 서버를 설치하고 실행하세요

  2. 커서 MCP 설정 Files > Preferences > Cursor Settings > MCP 로 이동하세요.

  3. 새로운 MCP 서버 추가 + Add new global MCP server

  4. 설정 JSON을 붙여넣습니다.

{
    "mcpServers": {
        "mcp-boilerplate": {
            "url": "http://localhost:3001/sse"
        }
    }
}

📂 프로젝트 구조

mcp-boilerplate/
├── src/
│ ├── index.ts
│ ├── config/
│ ├── services/
│ └── types/
└── build/

📦 주요 종속성

실행 시간:

개발자:


🤝 포크 저장소 기여

  1. 기능 브랜치 생성

  2. 변경 사항 커밋

  3. 푸시 브랜치

  4. 오픈 PR

📄 라이센스 MIT - 라이센스 참조

즐거운 코딩을 하세요!

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

0Releases (12mo)

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

  • 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…

View all MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    A production-ready template for building Model Context Protocol servers in TypeScript, offering fast development with Bun, Biome linting, and automated version management.
    1
    89
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    A TypeScript-based template for rapidly developing MCP servers with modular tool architecture, built-in validation using Zod schemas, and comprehensive error handling.
    13
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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

View all related MCP servers

Latest Blog Posts

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