MCP.so
登录

Hello MCP Go 👋

@softchris

关于 Hello MCP Go 👋

mcp server in go

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

softchris

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Hello MCP Go 👋?

Hello MCP Go 👋 is a demonstration MCP (Model Context Protocol) server written in Go. It provides two tools (hello and calculate) and serves as a starting point for developers building their own MCP servers.

How to use Hello MCP Go 👋?

Clone the repository, run go mod tidy, then build with go build -ldflags="-s -w" -o server main.go (adjust for Linux). Run the binary, then configure it in GitHub Copilot’s mcp.json by setting the command to the absolute path of the executable. Use Copilot Agent mode to invoke the hello tool (with parameters Submitter and Content) or the calculate tool (with parameters A and B; e.g., “calculate 2 and 4”).

Key features of Hello MCP Go 👋

  • hello tool accepting Submitter and Content parameters
  • calculate tool accepting A and B numeric parameters
  • Built entirely in Go
  • Ready-to-run example for MCP protocol exploration
  • Integrates with GitHub Copilot Agent mode

Use cases of Hello MCP Go 👋

  • Learning how to build a Go-based MCP server
  • Prototyping custom MCP tools before production
  • Testing MCP connectivity with GitHub Copilot
  • Educational example for Go and MCP newcomers

FAQ from Hello MCP Go 👋

评论

其他 分类下的更多 MCP 服务器