Back to Apps

mcp-golang
by metoro-io
Type-safe framework for building Model Context Protocol servers and clients in Go with minimal boilerplate.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
mcp-golang provides a robust, type-safe implementation of the Model Context Protocol in Go, allowing developers to create MCP servers and clients with native Go structs. It abstracts the complexity of schema generation, deserialization, and error handling, enabling the rapid deployment of AI-powered tools and resources.
Tools
- Custom Tool Registration: Create tools using native Go structs as arguments for automatic JSON schema generation.
- Prompt Management: Register and serve prompts to guide LLM behavior.
- Resource Exposure: Serve structured data as resources via the MCP protocol.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"golang-mcp-server": {
"command": "<path-to-your-compiled-go-binary>",
"args": [],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
Quick install
go get github.com/metoro-io/mcp-golangInformation
- Pricing
- free
- Published
- 7/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"golang-mcp-server": {
"command": "<path-to-your-compiled-go-binary>",
"args": [],
"env": {}
}
}
}





