mcp-language-server

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

GitHub Stars

1,062

User Rating

Not Rated

Favorites

0

Views

132

Forks

70

Issues

27

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Go: Latest version

Installation Steps

1. Install Go

Follow the instructions [here](https://golang.org/doc/install).

2. Install or update the server

bash
go install github.com/isaacphi/mcp-language-server@latest

3. Install a language server

Follow one of the guides below.

4. Configure your MCP client

Follow one of the guides below.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check the Go version and reinstall dependencies.

Additional Resources