Back to MCP directory
publicPublicdnsLocal runtime

my-server-mcp

一个基于Next.js和TypeScript的简单MCP服务器项目,利用GitHub API进行开发。

article

README

🚀 我的服务器 MCP

本项目是一个简单的MCP服务器,使用了Next.js、TypeScript和GitHub API等技术,为用户提供便捷的服务。

🚀 快速开始

克隆项目

git clone https://github.com/French-Team/my-server-mcp.git
cd my-server-mcp

安装依赖

npm install

启动项目

npm run dev

✨ 主要特性

  • Next.js:用于构建高效的Web应用程序。
  • TypeScript:为代码提供类型检查,增强代码的可维护性。
  • GitHub API:方便与GitHub进行交互。

📄 许可证

本项目采用MIT许可证。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client