GitHub repo

isaacphi/mcp-language-server

Go Tracked since 2024-12-30 Updated 2026-07-16 View source ↗

#489 of 783 by Stars among GitHub repos

1.6k Stars

mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.

About

This is an MCP server that runs and exposes a language server to LLMs. Not a language server for MCP, whatever that would be.

mcp-language-server helps MCP enabled clients navigate codebases more easily by giving them access semantic tools like get definition, references, rename, and diagnostics.

Install gopls: go install golang.org/x/tools/gopls@latest Configure your MCP client: This will be different but similar for each client. For Claude Desktop, add the following to /Library/Application\ Support/Claude/claudedesktopconfig.json

{ "mcpServers": { "language-server": { "command": "mcp-language-server", "args": ["--workspace", "/Users/you/dev/yourproject/", "--lsp", "gopls"], "env": {…

Excerpted from github.com/isaacphi/mcp-language-server

Latest metrics

Stars 1.6k 2026-07-16
Forks 139 2026-07-16
Commits 104 2026-07-16
Releases 2 2026-07-16
Watchers 10 2026-07-16
Open issues 32 2026-07-16
Open PRs 31 2026-07-16