mcp-golang

Rethunk-Tech/mcp-golang

3.3

If you are the rightful owner of mcp-golang and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides Go language tools for LLMs to analyze, test, and format Go code.

Tools

Functions exposed to the LLM to take actions

go_find_dead_code

Finds unused code in Go projects.

go_vet

Runs Go's built-in static analyzer to find potential issues.

go_format

Formats Go code.

go_lint

Runs the Go linter to check for style and potential issues.

go_test

Runs Go tests with verbose output.

go_mod_tidy

Cleans up Go module dependencies.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources