Home/Directory/Developer Tools/Jvm Server

Jvm Server

@xzq-xu · github.com/xzq-xu/jvm-mcp-server

An implementation project of a JVM-based MCP (Model Context Protocol) server.

ClaimedDeveloper Toolsstdiolocal auth
GitHub

Install one command

terminal
$ pip install jvm-mcp-server

Or add it with the Claude CLI: claude mcp add xzq-xu-jvm-mcp-server

Tools exposed 15 tools

list_java_processes
get_thread_info
get_jvm_info
get_memory_info
get_stack_trace
get_class_info
get_stack_trace_by_method
decompile_class
search_method
watch_method
get_logger_info
set_logger_level
get_dashboard
get_jcmd_output
get_jstat_output

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "xzq-xu-jvm-mcp-server": {
      "command": "pip",
      "args": ["install", "jvm-mcp-server"],
      "env": {
        "SSH_HOST": "<your-ssh-host>",
        "SSH_PORT": "<your-ssh-port>",
        "SSH_USER": "<your-ssh-user>",
        "SSH_PASSWORD": "<your-ssh-password>",
        "SSH_KEY": "<your-ssh-key>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo