mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
This is an MCP server that runs and exposes a language server to LLMs. Not a language server for MCP, whatever that would be. helps MCP enabled clients navigate codebases more easily by giving them access semantic tools like get definition, references, rename, and diagnostics. 1. Install Go: Follow instructions at 2. Install or update this server: 3. Install a language server: follow one of the…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
This is an MCP server that runs and exposes a language server to LLMs. Not a language server for MCP, whatever that would be. helps MCP enabled clients navigate codebases more easily by giving them access semantic tools like get definition, references, rename, and diagnostics. 1. Install Go: Follow instructions at 2. Install or update this server: 3. Install a language server: follow one of the guides below 4. Configure your MCP client: follow one of the guides below Install gopls: go install…