aiagent.club
中文
GitHub repo

isaacphi/mcp-language-server

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

#513 of 803 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-09-12
Forks 144 2026-09-12
Commits 104 2026-09-12
Releases 2 2026-09-12
Watchers 9 2026-09-12
Open issues 34 2026-09-12
Open PRs 32 2026-09-12