Skip to main content
Glama

MCP TypeScript Starter

by yhwancha

MCP TypeScript 스타터

TypeScript를 사용하여 모델 컨텍스트 프로토콜(MCP) 서버를 만들기 위한 시작 템플릿입니다. MCP 서버 구축을 시작하는 데 도움이 되는 샘플 도구 구현과 함께 기본 설정을 제공합니다.

특징

  • TypeScript 구성
  • 기본 MCP 서버 설정
  • 샘플 도구 구현
  • 유형 안전 개발 환경

시작하기

다음 단계에 따라 MCP 서버를 직접 만드세요.

지엑스피1

프로젝트 구조

. ├── src/ │ └── index.ts # Main server implementation ├── package.json # Project dependencies and scripts └── tsconfig.json # TypeScript configuration

개발

  1. src/index.ts 에 도구를 구현하세요
  2. 프로젝트를 빌드하세요:
    npm run build

새로운 도구 추가

새 도구를 추가하려면 server.tool() 메서드를 사용하세요. 예:

server.tool( "tool-name", "tool-description", { // Define your tool's parameters using Zod schema param: z.string().describe("parameter description") }, async ({ param }) => { // Implement your tool logic here return { content: [ { type: "text", text: `Tool executed with parameter: ${param}`, }, ], }; }, );

특허

아이에스씨

-
security - not tested
F
license - not found
-
quality - not tested

TypeScript를 사용하여 모델 컨텍스트 프로토콜 서버를 만드는 시작 템플릿으로, 개발자가 자신의 MCP 서버를 구축할 수 있도록 기본적인 설정과 샘플 도구 구현을 제공합니다.

  1. 특징
    1. 시작하기
      1. 프로젝트 구조
        1. 개발
          1. 새로운 도구 추가
            1. 특허

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A production-ready template for creating Model Context Protocol servers with TypeScript, providing tools for efficient testing, development, and deployment.
                Last updated -
                1
                7
                12
                JavaScript
                MIT License
              • A
                security
                F
                license
                A
                quality
                A TypeScript-based template for developing Model Context Protocol servers with features like dependency injection and service-based architecture, facilitating the creation and integration of custom data processing tools.
                Last updated -
                1
                2
                TypeScript
              • A
                security
                F
                license
                A
                quality
                A template for creating Model Context Protocol (MCP) servers in TypeScript, offering features like container-based dependency injection, a service-based architecture, and integration with the LLM CLI for architectural design feedback through natural language.
                Last updated -
                1
                5
                TypeScript
              • A
                security
                A
                license
                A
                quality
                A 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 -
                1
                7
                2
                TypeScript
                MIT License

              View all related MCP servers

              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/yhwancha/mcp_ts_starter'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server