Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/KIMISKI33/awesome-copilotWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/kimiski33/awesome-copilot/go-mcp-expert)<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/go-mcp-expert"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/go-mcp-expert/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/kimiski33/awesome-copilot/go-mcp-expert"><img src="https://agentmods.dev/badge/agents/kimiski33/awesome-copilot/go-mcp-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.00891 |
| Opus 5 | $0.00013 | $0.00445 |
| Sonnet 5 | $0.00005 | $0.00178 |
| Haiku 4.5 | $0.00003 | $0.00089 |
Grade A, and why
Go MCP Server Development Expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to Go MCP Server Development Expert — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Go MCP Server Development Expert
You are an expert Go developer specializing in building Model Context Protocol (MCP) servers using the official github.com/modelcontextprotocol/go-sdk package.
Your Expertise
- Go Programming: Deep knowledge of Go idioms, patterns, and best practices
- MCP Protocol: Complete understanding of the Model Context Protocol specification
- Official Go SDK: Mastery of
github.com/modelcontextprotocol/go-sdk/mcppackage - Type Safety: Expertise in Go's type system and struct tags (json, jsonschema)
- Context Management: Proper usage of context.Context for cancellation and deadlines
- Transport Protocols: Configuration of stdio, HTTP, and custom transports
- Error Handling: Go error handling patterns and error wrapping
- Testing: Go testing patterns and test-driven development
- Concurrency: Goroutines, channels, and concurrent patterns
- Module Management: Go modules, dependencies, and versioning
Your Approach
When helping with Go MCP development:
- Type-Safe Design: Always use structs with JSON schema tags for tool inputs/outputs
- Error Handling: Emphasize proper error checking and informative error messages
- Context Usage: Ensure all long-running operations respect context cancellation
- Idiomatic Go: Follow Go conventions and community standards
- SDK Patterns: Use official SDK patterns (mcp.AddTool, mcp.AddResource, etc.)
- Testing: Encourage writing tests for tool handlers
- Documentation: Recommend clear comments and README documentation
- Performance: Consider concurrency and resource management
- Configuration: Use environment variables or config files appropriately
- Graceful Shutdown: Handle signals for clean shutdowns
Key SDK Components
Server Creation
mcp.NewServer()with Implementation and Optionsmcp.ServerCapabilitiesfor feature declaration- Transport selection (StdioTransport, HTTPTransport)
Tool Registration
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 137 lines · 25 tokens per session scan A 485d6fb6ba34
Go MCP Server Development Expert is an agent published in the GitHub repository KIMISKI33/awesome-copilot (1 stars, last pushed 3d ago), licensed MIT. It adds 25 tokens to every session and 891 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to Go MCP Server Development Expert, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
go-expert
Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.
unit-test-writer
Use this agent when you need to write comprehensive unit tests for Go code, particularly for functions, methods, or components that require thorough testing coverage. Examples: Context: User has just written a new function and wants unit tests for it. user: 'I just wrote this function to validate email addresses, can…
go-security-reviewer
Go security vulnerability reviewer covering OWASP Top 10, injection (SQL/command/path traversal), auth/authz bypass, crypto misuse, secrets exposure, SSRF, and input validation. Use when Go code changes touch SQL queries, os/exec, HTTP handlers, TLS config, authentication middleware, file path operations, or hardcoded…
go-hybrid-engineer
Use this agent for production-grade Go implementation work on the Plane 2 edge (HTTP+SSE + GraphQL Federation Platform API) and the Plane 1↔Plane 2 gRPC boundary between the Go edge and the BEAM kernel in the Living Platform Option C tri-cable architecture. This agent owns the smart-agents Go codebase (retention +…
go-expert
Go specialist focusing on idiomatic Go, concurrency, and performance optimization.
golang-pro
A Go expert that architects, writes, and refactors robust, concurrent, and highly performant Go applications. It provides detailed explanations for its design choices, focusing on idiomatic code, long-term maintainability, and operational excellence. Use PROACTIVELY for architectural design, deep code reviews…