lsp-mcp

hive-agi/lsp-mcp
★ 1 stars Clojure Code/Dev Tools Updated 3d ago
Clojure LSP analysis MCP server — standalone babashka or JVM addon for hive-mcp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lsp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hive-agi/lsp-mcp"
      ]
    }
  }
}

README Excerpt

Clojure LSP analysis addon for hive-mcp. Provides structural code analysis via three strategies: 1. **Docker sidecar cache** -- fast reads from pre-analyzed snapshots 2. **In-process clojure-lsp** -- fallback when cache is unavailable 3. **Live Emacs LSP bridge** -- real-time, position-aware queries via running clojure-lsp in Emacs

Tools (8)

analyzecallerscallsdefinitionsproject_rootreferencesstatussync