Skip to content
Back to search
30
MCP v0.1.0

LSP-MCP Bridge

io.github.Stryk91/lsp-mcp-rs

Universal MCP bridge to LSP servers. One binary, 6 languages, config-driven.

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

Similar MCP servers embedding-nearest

LSP-MCP Bridge
Universal MCP bridge to LSP servers. One binary, 6 languages, config-driven.
0 tools
@simple-lang/lsp-mcp-server
Simple Language LSP-MCP bridge — definition, references, hover, symbols, and diagnostics via MCP. Native binary, no Node.js runtime needed.
0 tools
mcpbridge-ai
Universal MCP-to-LLM bridge. Connect any LLM to any MCP server.
0 tools
eep-mcp-bridge
MCP to EEP bridge utilities and reference HTTP bridge server.
0 tools
llm_bridge_mcp
A simple MCP server that provides a unified interface to various LLM providers using Pydantic AI
0 tools
@mseep/mcp-bridge
Model Context Protocol (MCP) server to use Universal Tool Calling Protocol (UTCP)
0 tools

How to use

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

{
  "mcpServers": {
    "lsp-mcp_bridge": {
      "url": "None",
      "transport": "http"
    }
  }
}