Loomal

Code Lens

MCP server by github.com/j0hanz/code-lens

Gemini-powered MCP server for code analysis.

0 starsnpm: @j0hanz/code-lens-mcp

About Code Lens

Code Lens is an MCP (Model Context Protocol) server published by j0hanz in the official MCP registry, listed under Code Analysis on Loomal. Gemini-powered MCP server for code analysis.

It ships as an npm package (@j0hanz/code-lens-mcp), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/j0hanz/code-lens.

Use Code Lens with your agent

Claude Code · one command
claude mcp add code-lens -- npx -y @j0hanz/code-lens-mcp
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "code-lens": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-lens-mcp"
      ]
    }
  }
}
npm@j0hanz/code-lens-mcp

Frequently asked questions

What is Code Lens?
Code Lens is an MCP (Model Context Protocol) server by j0hanz in the Code Analysis category. Gemini-powered MCP server for code analysis.
How do I connect Code Lens to Claude, Cursor, or another MCP client?
Install Code Lens from its npm package (@j0hanz/code-lens-mcp) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is Code Lens open source?
Yes — the source code is public at github.com/j0hanz/code-lens.
Can AI agents pay to use Code Lens?
Not yet through Loomal — Code Lens is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain Code Lens? Claim this listing free by verifying GitHub ownership, or contact us.