Development|AI / ML|CloudGo
go-sdk
The official Go SDK for Model Context Protocol servers and clients.
N/A rating (0 reviews)0 installs4,317 GitHub stars
GoSDKMCP
This repository contains an implementation of the official Go software development kit (SDK) for the Model Context Protocol (MCP). It provides several importable packages for constructing and using MCP clients and servers, implementing custom transports, and supporting OAuth.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"go-sdk": {
"args": [
"-y",
"@modelcontextprotocol/server-go-sdk"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.