Skip to content
Back to search
30
MCP

go-mcp-example

rameshsunkara/go-mcp-example

An idiomatic, minimal example of building an MCP (Model Context Protocol) server in Go, complete with essential tooling for developing Go-based microservices.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

go-mcp-server
A Model Context Protocol (MCP) server implementation from scratch in Go. Made for learning purposes only
0 tools
mcp-filesystem-server
Go server implementing Model Context Protocol (MCP) for filesystem operations.
0 tools
go-mcp
Go-MCP is a powerful Go(Golang) version of the MCP SDK that implements the Model Context Protocol (MCP) to facilitate seamless communication
0 tools
mcp-golang
Write Model Context Protocol servers in few lines of go code. Docs at https://mcpgolang.com . Created by https://metoro.io
0 tools
mcp-client-go
mcp client for Go (Golang). Integrate multiple Model Context Protocol (MCP) servers
0 tools
go-mcp
A Go implementation of the Model Context Protocol (MCP) - an open protocol that enables seamless integration between LLM applications and ex
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "go-mcp-example": {
      "url": "None",
      "transport": "http"
    }
  }
}