Back to Home
SamMorrowDrums icon

mcp-go-starter

Verified Safe

by SamMorrowDrums

Overview

A feature-complete Model Context Protocol (MCP) server template in Go demonstrating tools, resources, and prompts for AI agent interaction.

Installation

Run Command
go run ./cmd/stdio

Environment Variables

  • PORT

Security Notes

The server is built using standard Go libraries and the official MCP SDK. It supports both stdio and HTTP transports, with the HTTP server binding to localhost by default. There are no hardcoded secrets or 'eval' patterns identified. Dynamic tool loading is used to demonstrate adding functionality at runtime, but the 'bonus_calculator' tool is defined internally, not loaded from an untrusted external source. Elicitation features (form and URL) are part of the MCP protocol and are clearly annotated, providing clients with information about potential external interactions (e.g., opening a feedback URL).

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassLow
Avg Tokens200
Stars6
Forks7
Last Update2026-01-19

Tags

GoMCPServerTemplateAI Tools