codelens-mcp-1.9.35 is not a library.
codelens-mcp
MCP server binary for CodeLens — compressed context and verification tools for AI coding agents.
Built on codelens-engine. Exposes 107 tools via JSON-RPC (stdio) or HTTP, with role-based tool surfaces and adaptive token compression.
Quick Start
# Install (stdio only)
# Install with HTTP transport support
# Run (stdio mode for MCP clients)
# Or with HTTP transport
Claude Code / Cursor
Features
- 107 tools with role-based surfaces (planner-readonly / builder-minimal / reviewer-graph / refactor-full / ci-audit)
- Workflow tools —
analyze_change_request,impact_report,safe_rename_report - Adaptive compression — 5-stage token budget management
- Analysis jobs — async durable handles for heavy analyses
- Mutation gate — preflight verification before code changes
- 25 languages via tree-sitter
Feature Flags
| Feature | Default | Description |
|---|---|---|
semantic |
yes | Embedding-based semantic search |
http |
no | HTTP/SSE transport via axum |
License
Apache-2.0