Back to MCP directory
publicPublicdnsLocal runtime

typescript-mcp-server-3te

一个用于在网络上运行stdio MCP服务器的服务,支持通过如github引用安装MCP服务器并配置环境,然后通过HTTP提供服务。

article

README

🚀 TypeScript 标准输入输出 MCP 服务器

本工具可用于在网络上运行标准输入输出 (stdio) MCP 服务器。它能依据所提供的安装式 MCP 服务器引用列表(例如 github:v-3/discordmcp)及其环境变量,启动这些服务器并通过 HTTP 提供服务。

🚀 快速开始

本工具可依据给定的 MCP 服务器引用列表及其环境变量,启动服务器并通过 HTTP 提供服务。以下是其主要功能:

  • 支持根据安装式 MCP 服务器引用列表启动服务器。
  • 可配置服务器运行所需的环境变量。
  • 通过 HTTP 协议对外提供服务。
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