mcpbeat Sign in

Code Lens MCP Server

local only

Code Lens runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm. Last commit 9 Mar 2026.

Gemini-powered MCP server for code analysis.

Installs per day peak 30 · avg 11 · +94% w/w
a month agotoday
80
Installs / week
npm · @j0hanz/code-lens-mcp
0
Stars
0 open issues
9 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Code Lens every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add code-lens -- npx -y @j0hanz/code-lens-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "code-lens": {
      "args": [
        "-y",
        "@j0hanz/code-lens-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.code-lens]
command = "npx"
args = ["-y", "@j0hanz/code-lens-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "code-lens": {
      "args": [
        "-y",
        "@j0hanz/code-lens-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "code-lens": {
      "args": [
        "-y",
        "@j0hanz/code-lens-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Code Lens

same job, measured the same way
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
CodeSherlock
by fgc-shreyansh-chachaundiya

AI-powered static and contextual code analysis MCP server

92 installs/wk local only
Glider
by glidermcp

Roslyn-powered C# code analysis server for LLMs. Supports stdio and HTTP transports.

local only
Code Analyze MCP
by clouatre-labs

MCP server for code structure analysis using tree-sitter.

local only

Code Lens — questions

Answers built from our own checks of this server.

Why is there no uptime for Code Lens?
Code Lens runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @j0hanz/code-lens-mcp was installed 80 times last week.
How do I connect Code Lens?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @j0hanz/code-lens-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Code Lens?
The npm package @j0hanz/code-lens-mcp was installed 80 times in the last week. Week over week that is +94%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Code Lens open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.