AI & ML
Trust: 34/100 (Limited)Code Lens Guide
Gemini-powered MCP server for code analysis.
by j0hanz
Quick Start
Install
npx @j0hanz/code-lens-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-j0hanz-code-lens": {
"command": "npx",
"args": [
"@j0hanz/code-lens-mcp"
]
}
}
}