Token导航 LogoToken导航TokenDH.com
MCP Mingdao logo
AI代理未说明官方级别未说明来源级核验

MCP Mingdao

MCP Server

一个基于Smithery SDK的最小化MCP协议服务器,用于演示工具、资源和提示的开发与部署。

工具数

1

提示词数

0

GitHub Stars

0

资源数

0
服务器开发TypeScript资源管理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mingdaocloud

提供方

mingdaocloud

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Basic MCP Server

A minimal Model Context Protocol (MCP) server demonstrating tools, resources, and prompts.

Built with Smithery SDK

Prerequisites

Getting Started

  1. Install dependencies:
   npm install
  1. Start development server:
   npm run dev

Try the hello tool, history://hello-world resource, or greet prompt.

Development

Your code is organized as:

  • src/index.ts - MCP server with tools, resources, and prompts
  • smithery.yaml - Runtime specification

Edit src/index.ts to add your own tools, resources, and prompts.

Build

npm run build

Creates bundled server in .smithery/

Deploy

Ready to deploy? Push your code to GitHub and deploy to Smithery:

  1. Create a new repository at
  1. Initialize git and push to GitHub:
   git add .
   git commit -m "Initial commit"
   git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git
   git push -u origin main
  1. Deploy your server to Smithery at smithery.ai/new

Learn More

mcp-mingdao

目录标签

目录标签

服务器开发TypeScript资源管理MCP协议本地部署工具演示提示系统

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

api-key

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明api-keyremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP