MCP Directory
Back

mcp-go-sdk

by SetiabudiResearch · Go · ★ 7

This SDK provides a Go implementation of the Machine Control Protocol (MCP), enabling bidirectional communication between clients and servers for tool execution, resource access, and prompt handling. Based on https://github.com/modelcontextprotocol SDK

Install

go install github.com/SetiabudiResearch/mcp-go-sdk@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

This SDK provides a Go implementation of the Model Context Protocol (MCP), enabling bidirectional communication between clients and servers for tool execution, resource access, and prompt handling. - **Transport Layer** - Multiple transport options (stdio, SSE, WebSocket) - Bidirectional communication - Configurable endpoints and settings - **Server Implementation** - Tool registration and execution - Resource pattern matching and access - Prompt template rendering - Session management - Reflection-based handler invocation - **Core Protocol Types** - JSON-RPC message handl…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers