Typemux-cc – .venv-aware Python LSP proxy for Claude Code (no restarts)
Fixes Claude Code's .venv restart annoyance with smart backend pooling. Niche but precise.
One language server per workspace, shared by every editor and agent. Works with rust-analyzer, gopls, tsserver, clangd, pyright, jdtls and more: two sessions on one workspace stop paying for two indexes.
Cuts rust-analyzer memory usage by 70% by sharing one index across all clients.
Developers running multiple IDEs or AI agents on large codebases (Rust, Go, TS)
rust-analyzer · clangd · Sourcegraph Cody
Fixes Claude Code's .venv restart annoyance with smart backend pooling. Niche but precise.
Swaps typescript-language-server for tsc --lsp, but the official plugin already works fine.
Up-to-date LSP 3.17 support in Go beats outdated alternatives like sourcegraph/go-lsp.
Shared error genes across agents when LangGraph and AutoGen already handle agent memory.
LSP for diffs inside Markdown solves a specific AI-review pain point no one else targets.
Zod-like DX that exports portable JSON schemas for cross-language validation.