Bring LSP (Language Server Protocol) Support to Cursor CLI for Production-Grade Code Intelligence

Feature request for product/service

Cursor CLI

Describe the request

Feature Request: Bring LSP (Language Server Protocol) Support to Cursor CLI for Production-Grade Code Intelligence

Cursor Editor already leverages LSP internally (similar to VS Code), enabling high-quality code intelligence such as symbol resolution, type awareness, and safe refactoring.

However, Cursor CLI currently operates mostly on:

file-based context
search (grep-like)
embeddings

This makes it powerful, but still limited compared to what LSP-backed workflows can achieve—especially for strongly typed languages like Swift.