Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by raykavin • Uncategorized
A Go library for building Model Context Protocol (MCP) servers with flexible tool registration and multiple transport options.
Flexible and programmatic tool registration methods.
Support both SSE (HTTP) and Stdio transports.
Built-in helpers for argument extraction and result formatting.
gomcp is a clean and modular Go library designed to help developers build MCP servers on top of mcp-go. It supports multiple ways to register tools, including inline structs, JSON files, and raw JSON bytes, and provides built-in helpers for argument extraction and result building. The library supports both SSE (HTTP) and Stdio transports, allowing runtime selection of communication methods, and facilitates graceful shutdowns. It is ideal for creating configurable, extendable MCP servers with ease.