Skip to content
Back to search
30
MCP

mcp-language-server

isaacphi/mcp-language-server

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

Uptime
0.0%
119 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

langsearch-mcp
Language-based search MCP server for semantic search and document reranking
0 tools
src-mcp
MCP server for semantic code search and codebase analysis — Treesitter parsing, AST extraction, and embedding-based indexing for any LLM tha
0 tools
Nim Language Server
MCP server providing symbol navigation, diagnostics, and type resolution for Nim projects
0 tools
@mseep/transcription-tools-mcp
MCP server for Transcription Tools providing repair, formatting, and summarization capabilities
0 tools
code-understanding-mcp-server
MCP server for code understanding and context generation
0 tools
translatednet/lara-mcp
MCP Server for Lara Translate API.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-language-server": {
      "url": "None",
      "transport": "http"
    }
  }
}