mcpls 0.2.2

Universal MCP to LSP bridge CLI - expose Language Server Protocol capabilities as MCP tools
mcpls-0.2.2 is not a library.

mcpls

Crates.io License

Give your AI agent a compiler's eye.

The mcpls CLI exposes language server intelligence through MCP. One binary, any language, zero runtime dependencies.

Installation

cargo install mcpls

Usage

mcpls                           # Run with defaults
mcpls --log-level debug         # Verbose output
mcpls --config ./mcpls.toml     # Custom config

Options

Flag Description
-c, --config <PATH> Configuration file path
-l, --log-level <LEVEL> trace, debug, info, warn, error
--log-json JSON-formatted logs for tooling

Integration

Add to Claude Code (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "mcpls": { "command": "mcpls", "args": [] }
  }
}

See the main README for full documentation.

License

Dual-licensed under Apache 2.0 or MIT.