Skip to main content
Glama
pidanmeng

MCP Template

by pidanmeng

mcp-template

这是一个基于 FastMCP 框架构建的 MCP (Model Context Protocol) 工具包。

功能

当前实现了一个简单的数学工具:

  • add: 用于执行两个数字相加的操作

Related MCP server: ddg--mcp5

部署 MCP

{
  "mcpServers": {
    "mcp-template": {
      "args": ["-y","@pidanmoe/mcp-template"],
      "command": "npx",
      "env": {
        // 环境变量
      }
    }
  }
}

使用说明

该项目遵循 Model Context Protocol 规范,可以通过标准 I/O 或其他传输方式与支持 MCP 的客户端进行通信。

工具介绍

add

用于执行两个数字相加的操作

  • 必填参数:

    • a: 第一个操作数

    • b: 第二个操作数

  • 返回: a + b 的值

安装依赖

bun install

运行项目

bun run dev

调试项目

bun run inspect

构建项目

bun run build

项目结构

技术栈

  • Bun - JavaScript/TypeScript 运行时

  • FastMCP - MCP 框架

  • Zod - TypeScript-first schema declaration and validation library


此项目使用 bun v1.2.19 创建。Bun 是一个快速的一体化 JavaScript 运行时。

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    A basic MCP server template built with FastMCP that provides simple tools for greeting users, performing math operations, and managing user information. Serves as a starting point for building custom MCP servers with essential functionality examples.
    4
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A basic MCP server template with example tools including message echo and server information retrieval. Built with FastMCP framework and supports both stdio and HTTP transports.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A simple MCP server that provides basic calculator functionality for performing mathematical operations. Built with FastMCP and demonstrates fundamental MCP server implementation patterns.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A minimal demonstration MCP server that provides basic mathematical addition and greeting functionality, serving as a template for building and deploying FastMCP servers.
    -