drio
Open app

MCP Server Go

Source

Catalog onlyCatalog onlySTDIO

Overview

MCP Server Go is a Go implementation of the Model Context Protocol (MCP), designed to facilitate seamless integration between large language model (LLM) applications and external data sources and tools.

To use MCP Server Go, install it via go get github.com/shaneholloman/mcp-server-go, then create an MCP server instance and define tools and resources to expose functionality and data to LLM applications.

  • Fast and high-level interface for rapid development. - Simple setup with minimal boilerplate code. - Complete implementation of the core MCP specification.
  1. Building servers that expose data and functionality to LLMs.
  2. Creating tools for performing computations or side effects in LLM applications.
  3. Integrating external APIs and databases with LLMs.

Add to your AI client

Use these steps to connect MCP Server Go in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-go-shaneholloman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-go-shaneholloman"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-go-shaneholloman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-go-shaneholloman"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-go-shaneholloman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-go-shaneholloman"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-go-shaneholloman": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-go-shaneholloman"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-go-shaneholloman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-go-shaneholloman"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-go-shaneholloman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-go-shaneholloman"
      ]
    }
  }
}

FAQ

What is the Model Context Protocol (MCP)?

MCP is a protocol that allows servers to expose data and functionality to LLM applications in a secure and standardized way.

Is MCP Server Go suitable for production use?

Yes, MCP Server Go is designed for production use, but it is under active development, and some advanced features are still in progress.

How can I contribute to MCP Server Go?

You can contribute by forking the repository, making changes, and submitting a pull request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1070,"uuid":"080dba02-0cdd-4337-bb05-d47cc29bf7bd","name":"mcp-server-go","title":"MCP Server Go","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/1563909?v=4","created_at":"2025-01-28T02:29:07.994Z","updated_at":"2025-02-23T07:15:14.553Z","status":"created","author_name":"shaneholloman","author_avatar_url":"https://avatars.githubusercontent.com/u/1563909?v=4","tags":"mcp-server-go,model-context-protocol,go-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/shaneholloman/mcp-server-go","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/shaneholloman/mcp-server-go/actions/workflows/ci.yml/badge.svg?branch=main","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]