mcpbeat Sign in

JVM Source Lens MCP Server

local only

JVM Source Lens runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 8 Sep 2026.

Gradle-accurate JVM classpath; fetch Java source, signatures, and class structure for agents.

Installs per day peak 60 · avg 16 · -11% w/w
a month agotoday
46
Installs / week
npm · jvmsrc
4
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 jvmsrc -- npx -y jvmsrc
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jvmsrc": {
      "args": [
        "-y",
        "jvmsrc"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jvmsrc]
command = "npx"
args = ["-y", "jvmsrc"]
.cursor/mcp.json
{
  "mcpServers": {
    "jvmsrc": {
      "args": [
        "-y",
        "jvmsrc"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jvmsrc": {
      "args": [
        "-y",
        "jvmsrc"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JVMSRC_ALLOWED_ROOTS (Optional comma-separated absolute paths; only these project roots are allowed.), JVMSRC_CACHE_ROOT (Optional absolute path for resolution and decompile caches (default: OS cache dir).), JVMSRC_LOG_DIR (Optional absolute path for failure diagnostic logs.), JVMSRC_MAX_SOURCE_OUTPUT_CHARS (Max characters returned for full-file source (default 524288).), JVMSRC_GRADLE_TIMEOUT_MS (Gradle resolution subprocess timeout in milliseconds.), JVMSRC_CFR_PATH (Optional path to a custom CFR JAR for decompilation.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to JVM Source Lens

same job, measured the same way
Glyphic
by ms-teja

Generate 18 diagram types from structured JSON natively. Built for LLMs and agents.

21 installs/wk local only
Anvil
by usefulapi

Hosted MCP server for Anvil — fill & generate PDFs and run Etch e-signature packets for AI agents.

10 tools answering
Canvas Parent MCP
by chrischall

Canvas LMS (Instructure) for Claude — courses, grades, assignments, planner, files

610 installs/wk local only
Groupdocs Signature MCP
by groupdocs-signature

MCP server for GroupDocs.Signature — sign, search and verify document signatures via AI agents.

local only
Unreal Engine API Documentation
by codeturion

Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.

163 installs/wk local only
Trace Forge
by mdfifty50-boop

Structured execution trace and span logging for AI agents

24 installs/wk local only
Pdfgate
by pdfgate

MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

276 installs/wk answering
Linkup
by mcparmory

Search the web and fetch pages with sourced results, optimized for AI agents

223 installs/wk local only

JVM Source Lens — questions

Answers built from our own checks of this server.

Why is there no uptime for JVM Source Lens?
JVM Source 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 jvmsrc was installed 46 times last week.
How do I connect JVM Source 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 jvmsrc straight from npm; nothing to host, nothing to sign up for.
How many people use JVM Source Lens?
The npm package jvmsrc was installed 46 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is JVM Source Lens open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.