aiagent.club
English
GitHub

mcp-language-server

AI Agent 指数 第 602(共 964)

10 综合分
真实使用
动量
关注度
38

项目介绍

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": {…

各数据源

1.6k Star
  • Star 1.6k
  • Fork 139
  • 提交 104
  • 发布 2