Back to search
30
MCP

go-mcp-server

cbrgm/go-mcp-server

A Model Context Protocol (MCP) server implementation from scratch in Go. Made for learning purposes only

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL
https://cbrgm.net

Similar MCP servers embedding-nearest

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-filesystem-server
Go server implementing Model Context Protocol (MCP) for filesystem operations.
0 tools
mcp-client-go
mcp client for Go (Golang). Integrate multiple Model Context Protocol (MCP) servers
0 tools
go-mcp
Go library for implementing the Model Context Protocol (MCP).
0 tools
mcpcommunity/mark3labs-mcp-filesystem-server
Go server implementing Model Context Protocol (MCP) for filesystem operations.
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-server": {
      "url": "https://cbrgm.net",
      "transport": "http"
    }
  }
}