| Crates.io | lspi |
| lib.rs | lspi |
| version | 0.2.0 |
| created_at | 2026-01-21 17:03:20.254837+00 |
| updated_at | 2026-01-22 13:05:49.005481+00 |
| description | Giving AI the sight of LSP: bridge LSP capabilities to AI coding CLIs via an MCP server over stdio. |
| homepage | https://github.com/Latias94/lspi |
| repository | https://github.com/Latias94/lspi |
| max_upload_size | |
| id | 2059692 |
| size | 85,261 |
Giving AI the sight of LSP.
lspi bridges Language Server Protocol (LSP) capabilities to AI coding CLIs (starting with Codex) via an MCP server over stdio.
dry_run=true by default)From source:
cargo install --path crates/lspi --locked
cd /path/to/project
lspi setup --wizard --non-interactive --write
~/.codex/config.toml):[mcp_servers.lspi]
command = "lspi"
args = ["mcp", "--workspace-root", "."]
docs/CONFIG.mddocs/SMOKE_TEST.md