Human qualifiedDeveloper Toolsv1.0.0

go-mcp-development Agent Plugin

The Go MCP Development plugin combines one project-generation Skill with a Go MCP expert agent. Its source documentation targets server creation with the official github.com/modelcontextprotocol/go-sdk and emphasizes project structure, dependencies, implementation, and best practices.

0 repository stars MIT Updated Aug 6, 2026
Reviewed seed

Build

MCP servers in Go.

A concise inventory identifies the official SDK target, generator Skill, and expert guidance without claiming runtime validation.

Generate, inspect, test

Installation

Install Go MCP Development

Install the package from Awesome Copilot in a compatible client, then invoke the generator Skill or Go MCP expert agent.

Terminal · Git sparse checkout
git clone --filter=blob:none --sparse https://github.com/github/awesome-copilot.git
cd awesome-copilot
git sparse-checkout set plugins/go-mcp-development
Confirm a supported Go toolchain is installed
Review generated dependency versions
Test every exposed MCP capability before deployment

Explainable standards check

Conforms to Agent Plugins 1.0.0

Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.

Read the official specification

This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.

Canonical manifest schema

plugin.json targets the official 1.0.0 schema.

Agent Plugins specification §5.2

Required name and naming rules

The plugin name “go-mcp-development” satisfies the 1–64 character naming rules.

Agent Plugins specification §§5.3 and 5.5

Closed top-level schema

No unknown top-level manifest fields were found.

Agent Plugins specification §5.2

Manifest field types

All present metadata and extension fields use permitted JSON types.

Agent Plugins specification §§5.2–5.6

Root plugin.json file

A regular plugin.json file exists at the plugin root.

Agent Plugins specification §§4.1 and 5.1

Agent Skills discovery and format

0 immediate-child Agent Skills discovered; every SKILL.md passed required frontmatter and naming checks.

Agent Plugins specification §7.1 and Agent Skills specification

MCP configuration

No root mcp.json is present; MCP is optional and its absence is conforming.

Agent Plugins specification §§6.2 and 7.2

Capabilities

What can you do with go-mcp-development?

Generate a structured Go MCP server starting point and consult focused SDK guidance.

The single Skill generates a complete project using the official Go SDK, while the expert agent provides implementation assistance and best-practice guidance.

  • Generate a Go MCP server project
  • Use the official modelcontextprotocol Go SDK
  • Set up project structure and dependencies
  • Implement server capabilities from a prompt
  • Consult an expert agent for Go-specific guidance

Project generator

The declared Skill creates a Go MCP server structure, dependencies, and implementation starting point.

Focused expert agent

The companion agent concentrates on the official Go SDK and MCP server development practices.

Practical workflow

A Go MCP server workflow

Pass 01 / Specify

Describe server capabilities

Define the tools, resources, or prompts the Go server should expose.

Pass 02 / Generate

Create the Go project

Use the generator Skill to establish the SDK dependency, structure, and initial implementation.

Pass 03 / Verify

Review and test

Use the expert agent to inspect SDK usage, then test behavior and deployment assumptions.

Package contents

What is included in go-mcp-development?

go-mcp-development declares 1 Skill, 0 MCP configurations, and 1 additional resource. The included-file links below point to the reviewed source repository.

Agent Skills

1

go-mcp-server-generator

MCP servers

0

No runtime service

Package format

Agent Plugins

Official latest 1.0.0

Synced source content

Repository README

View original README

This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.

Source
https://github.com/github/awesome-copilot#readme

This repository does not currently provide a README snapshot. The plugin instructions below remain available.

Source documentation

Go MCP Development source documentation

Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.

The source README describes a focused toolkit for building Model Context Protocol servers in Go with the official github.com/modelcontextprotocol/go-sdk.

Its go-mcp-server-generator Skill creates a complete server project with structure, dependencies, and implementation. The accompanying go-mcp-expert agent provides SDK-focused server-development guidance.

Install it with copilot plugin install go-mcp-development@awesome-copilot. Generated code should be reviewed and tested before deployment.