A MCP server for interacting with [Go's Language Server Protocol (gopls)](https://github.com/golang/tools/tree/master/gopls) and benefit from advanced Go code analysis features.
Title: MCP LSP Go – A Model Context Protocol (MCP) server for Go LSP integration
How to Use:
go install
and configure in your MCP-supported AI assistantgo_to_definition
, find_references
, and get_hover_info
for code analysisKey Features:
gopls
for advanced Go code analysisUse Cases:
🐍 🏠 Autonomous shell execution, computer control and coding agent. (Mac)
🍎 MCP server that can execute commands such as keyboard input and mouse movement
🐍 📇 🦀 Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores, helping AI assistants understand the codebase.
📇 🏠 An MCP Server and VS Code Extension which enables (language agnostic) automatic debugging via breakpoints and expression evaluation.