Ross ROSS = Recommend OSS · open-source software intelligence for agents

ebkalderon/tower-lsp

Language Server Protocol implementation written in Rust observed · 2026-08-28

github.com/ebkalderon/tower-lsp · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2557
  • days_rel: n/a
  • days_push: 749
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1359 stars · 81 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

tower-lsp is a Rust library implementing the Language Server Protocol (LSP) on top of the Tower service abstraction. It lets developers build custom language servers by implementing a LanguageServer trait, with an LspService wrapper and a Server that communicates over stdio or TCP.

Use cases

  • build a language server for my programming language in Rust
  • implement LSP support for a custom DSL
  • add editor autocomplete and diagnostics via LSP
  • write an async language server using Tower services
  • serve LSP over stdio or TCP
  • use LSP with a runtime other than tokio

When to choose

  • you are writing a language server in Rust
  • you want a composable, Tower-based LSP implementation with async support
  • you need runtime flexibility (tokio or runtime-agnostic)
  • you want a mature, widely downloaded LSP crate

When to avoid

  • you are building language servers in another language
  • you need a ready-made language server rather than a framework for building one
  • you need strict synchronous processing of LSP messages

Facets

library · maturity stable

rpc middleware developer-tools developer-tools parsers apis rust cross-platform language-server-protocol lsp tower async rpc

2 sources

Member repositories

RepositoryRoleHealth v2
ebkalderon/tower-lspmain23

For agents

markdown · JSON · MCP: product_card(name="ebkalderon/tower-lsp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem