MCP.so
Sign In
Servers

MCP Server Example (MCP Coffee Shop)

@BearHuddleston

Example how to make a DIY MCP server in Go

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "go-mcp-server-example": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp-server",
        "."
      ]
    }
  }
}

More from Other