AgentHubAgentHub

LSP-MCP Bridge

MCP ServerMCP Registry官方收录

io.github.Stryk91/lsp-mcp-rs · v0.1.0

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

概览

LSP-MCP Bridge 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.Stryk91/lsp-mcp-rs",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "LSP-MCP Bridge",
  "description": "Universal MCP bridge to LSP servers. One binary, 6 languages, config-driven.",
  "repository": {
    "url": "https://github.com/Stryk91/lsp-mcp-rs",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Stryk91/lsp-mcp-rs/releases/download/v0.1.0/lsp-mcp-rs.exe",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Stryk91/lsp-mcp-rs",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Stryk91%2Flsp-mcp-rs/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
LSP-MCP Bridge — MCP Server 安装与配置 · AgentHub