MCP Directory
Back

go-sdk

by modelcontextprotocol-ce · Go · ★ 4

An unofficial MCP(Model Context Protocol) Go/Golang SDK🎉🎉🎉

Install

go install github.com/modelcontextprotocol-ce/go-sdk@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "go-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol-ce/go-sdk"
      ]
    }
  }
}

From the README

This is a Go implementation of the Model Context Protocol (MCP) SDK, which provides a framework for communication between AI models and external environments using a standardized protocol. The Model Context Protocol enables AI models to interact with external environments through a standardized JSON-RPC based protocol. This SDK provides both client and server implementations of the protocol in Go, allowing developers to easily integrate MCP into their applications. - Complete implementation of the MCP client and server components - Support for both synchronous and asynchronous communication…
Read full README on GitHub →

Related other servers