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",
"."
]
}
}
}