Back to MCP directory
publicPublicdnsLocal runtime

mcpgo

一个基于SSE传输协议的MCP服务器Go语言实现项目,目前处于开发阶段。

article

README

🚀 MCP Go 服务器

MCP Go 服务器是使用 Go 语言编写的版本,借助 SSE 传输协议实现了 MCP 服务器。该项目能利用 Go 语言的特性,高效处理相关业务。

🚀 快速开始

目前项目处于开发阶段,API 可能会发生变化。

⚠️ 重要提示

由于项目正在开发中,其 API 可能会有变动,请在使用时留意更新。

💡 使用建议

欢迎对本项目进行贡献,一同推动项目的发展。

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