mcp-server

fate66/mcp-server

3.2

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and data exchange between machine learning models and various applications or platforms.

mcp-server-template

本项目为 MCP 服务的 TypeScript 模板工程。

使用说明

  1. 安装依赖:
    npm install
    
  2. 编译 TypeScript:
    npx tsc
    
  3. 运行(开发模式):
    npx ts-node src/index.ts
    

目录结构

  • src/:源码目录
  • dist/:编译后输出目录
  • tsconfig.json:TypeScript 配置文件