From 3f2bb2077974fc1bc7e19573eba3ae4dd20484e1 Mon Sep 17 00:00:00 2001 From: Phil Date: Mon, 5 May 2025 23:16:15 -0400 Subject: [PATCH] Add Language Server to community servers list (#199) * Add Language Server to community servers list * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f88c69d..c9dcd5b 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Jira Context MCP](https://github.com/rahulthedevil/Jira-Context-MCP)** - MCP server to provide Jira Tickets information to AI coding agents like Cursor. - **[Kagi](https://github.com/ac3xx/mcp-servers-kagi)** - Kagi search API integration - **[Kubernetes](https://github.com/Flux159/mcp-server-kubernetes)** - Connect to Kubernetes cluster and manage pods, deployments, services. +- **[Language Server](https://github.com/isaacphi/mcp-language-server)** 🏎️ - MCP Language Server gives MCP enabled clients access to semantic tools like get definition, references, rename, and diagnostics. - **[Linear](https://github.com/tacticlaunch/mcp-linear)** - Integrates with Linear project management systems. - **[llm-context](https://github.com/cyberchitta/llm-context.py)** - Share code context with LLMs via Model Context Protocol or clipboard. - **[Make](https://github.com/integromat/make-mcp-server)** - Turn your Make scenarios into callable tools for AI assistants.