mcp-server-go

pascalallen/mcp-server-go
★ 0 stars Go 🤖 AI/LLM Updated 5d ago
mcp-server-go is a module that is designed to give you an MCP server in Go, right out of the box. There is a publication for this repository which can be found at https://pascalallen.medium.com/how-to-build-an-mcp-server-in-go-50ed8a4c9ed4.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-go": {
      "command": "go",
      "args": [
        "run",
        "github.com/pascalallen/mcp-server-go@latest"
      ]
    }
  }
}

README Excerpt

mcp-server-go is a module that is designed to give you an MCP server in Go, right out of the box. There is a publication for this repository which can be found [here](https://medium.com/@pascalallen/how-to-build-an-mcp-server-in-go-50ed8a4c9ed4). | Tool | Description | |------|-------------| | `echo` | Returns the input message unchanged. Useful for testing connectivity. |

Tools (2)

echoserver_info

Topics

ai-agentsclaudegolangmcpsoftware-development