MCP.so
Sign In
Servers

Creating an MCP Server in Go and Serving it with Docker

@ollama-tlms-golang

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

{
  "mcpServers": {
    "05-make-your-mcp-server": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp-curl",
        "."
      ]
    }
  }
}

More from Cloud & Infrastructure