Code Lens
Rank #14,267io.github.j0hanz/code-review-analyst
MCP server providing code-lens capabilities
Code Lens is a Model Context Protocol (MCP) server published by j0hanz. It ranks #14,267 of 115,460 servers tracked on MCP Toplist. Code Lens is listed across 3 registries — Official MCP, PulseMCP and Glama, with 41 tracked versions. It was first listed on Feb 16, 2026 and most recently updated on Mar 9, 2026.
Ranks ahead of 101,193 of 115,460 servers on MCP Toplist.
Use Code Lens
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add code-review-analyst -- npx -y @j0hanz/code-assistant[mcp_servers.code-review-analyst]
command = "npx"
args = ["-y", "@j0hanz/code-assistant"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"code-review-analyst": {
"command": "npx",
"args": [
"-y",
"@j0hanz/code-assistant"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"code-review-analyst": {
"command": "npx",
"args": [
"-y",
"@j0hanz/code-assistant"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"code-review-analyst": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/code-assistant"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"code-review-analyst": {
"command": "npx",
"args": [
"-y",
"@j0hanz/code-assistant"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"code-review-analyst": {
"command": "npx",
"args": [
"-y",
"@j0hanz/code-assistant"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.j0hanz%2Fcode-review-analyst)<a href="https://mcptoplist.com/server/io.github.j0hanz%2Fcode-review-analyst"><img src="https://mcptoplist.com/badge/io.github.j0hanz%2Fcode-review-analyst.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (1 delisted)
j0hanz
Other servers by j0hanz
- Filesystem MCP#2,703 · 52 vers
- Filesystem Context#7,750 · 2 vers
- Fetch URL MCP Server#10,435 · 82 vers
- Cortex MCP#19,220 · 19 vers
- Memory MCP#35,019 · 4 vers
- PromptTuner MCP#81,997
- MCP Playwright Server#84,140
- Todokit MCP Server#84,141
- memdb#99,526
Available versions (41)
| Version | Published |
|---|---|
| 0.12.0 | Mar 9, 2026 |
| 0.11.0 | Mar 9, 2026 |
| 0.10.0 | Mar 8, 2026 |
| 0.9.5 | Mar 6, 2026 |
| 0.9.4 | Mar 6, 2026 |
| 0.9.3 | Mar 5, 2026 |
| 0.9.2 | Mar 5, 2026 |
| 0.9.1 | Mar 5, 2026 |
| 1.1.1 | Mar 3, 2026 |
| 1.1.0 | Mar 3, 2026 |
| 1.0.0 | Mar 3, 2026 |
| 2.0.0 | Mar 3, 2026 |
| 1.7.6 | Feb 25, 2026 |
| 1.7.5 | Feb 25, 2026 |
| 1.7.4 | Feb 25, 2026 |
| 1.7.3 | Feb 25, 2026 |
| 1.7.2 | Feb 25, 2026 |
| 1.7.1 | Feb 24, 2026 |
| 1.7.0 | Feb 23, 2026 |
| 1.6.4 | Feb 23, 2026 |
| 1.6.3 | Feb 23, 2026 |
| 1.6.2 | Feb 23, 2026 |
| 1.6.1 | Feb 23, 2026 |
| 1.6.0 | Feb 23, 2026 |
| 1.5.3 | Feb 22, 2026 |
| 1.5.2 | Feb 22, 2026 |
| 1.5.1 | Feb 21, 2026 |
| 1.5.0 | Feb 21, 2026 |
| 1.4.4 | Feb 21, 2026 |
| 1.4.3 | Feb 21, 2026 |
| 1.4.2 | Feb 21, 2026 |
| 1.4.1 | Feb 21, 2026 |
| 1.4.0 | Feb 21, 2026 |
| 1.3.0 | Feb 20, 2026 |
| 1.2.1 | Feb 20, 2026 |
| 1.2.0 | Feb 20, 2026 |
| 1.0.3 | Feb 18, 2026 |
| 1.0.2 | Feb 18, 2026 |
| 1.0.1 | Feb 16, 2026 |
| 0.1.1 | Feb 16, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Code Lens?
- Code Lens is maintained by j0hanz, which publishes 14 MCP servers (200 total versions) tracked on MCP Toplist.
- Is Code Lens listed on the Official MCP Registry?
- Yes — Code Lens is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Code Lens have?
- MCP Toplist tracks 41 versions of Code Lens, most recently published on Mar 9, 2026.
- Where can I find the source code for Code Lens?
- The source code for Code Lens is hosted at github.com/j0hanz/code-review-analyst-mcp.