
Lenspr
@kyrylopr
Lenspr について
Code intelligence MCP server that makes AI coding safer. Builds a dependency graph of your entire codebase so Claude, Cursor, or any MCP client knows what breaks before making changes. 60+ tools for impact analysis, health scoring, dead code detection, and architecture enforcemen
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"lenspr": {
"command": "lenspr",
"args": [
"serve",
"."
],
"env": {}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Lenspr?
Lenspr is an MCP server that parses your codebase into a dependency graph and gives AI coding assistants 60+ tools to understand the full picture before making changes. It provides impact analysis, health scoring, and context-aware intelligence for AI agents like Claude Code and Cursor. Designed for both individual vibecoders and professional teams, Lenspr runs entirely locally so your code never leaves your machine.
How to use Lenspr?
Install with pip install 'lenspr[all]', then run lenspr init . and lenspr setup . in your project root. Restart your IDE and your AI will have access to lens_* tools. No cloud dependency—everything runs on your machine.
Key features of Lenspr
- Dependency graph parsing for complete code context
- Health scoring (A to F) for codebase fitness
- Impact analysis before any AI edit
- Dead code detection across your project
- NFR checks for security and error handling
- Architecture rule enforcement per edit
Use cases of Lenspr
- AI-powered refactoring with full caller-callee awareness
- Preventing blind edits that break distant dependencies
- Enforcing architecture boundaries (e.g., frontend must not import backend)
- Detecting dead functions and untested code during development
FAQ from Lenspr
How is Lenspr different from a linter?
A linter says "function is too long." Lenspr says "function is too long AND 15 other functions depend on it AND it has 0 tests AND handles authentication—if it breaks, login, registration, and every admin page stop working."
What languages does Lenspr support?
Python, TypeScript, and JavaScript.
Does my code leave my machine?
No. Everything runs locally and your code never leaves your machine.
What AI tools does Lenspr work with?
Claude Code, Cursor, and any MCP-compatible client.
「開発者ツール」の他のコンテンツ
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
コメント