hsp

holo-q/hsp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
LSP-to-MCP bridge for Claude Code — full language server protocol exposed as MCP tools with symbol-name addressing, multi-target batching, and fallback chains
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hsp": {
      "command": "uvx",
      "args": [
        "hsp"
      ]
    }
  }
}

Or install with pip: pip install hsp

Topics

claude-codeclaude-code-pluginlanguage-server-protocollspmcp