EV
@modelcontextprotocol
Reference / test server with prompts, resources, and tools.
87k1w ago0 toolslocal
$
npx -y @modelcontextprotocol/server-everythingAn implementation project of a JVM-based MCP (Model Context Protocol) server.
$ pip install jvm-mcp-serverOr add it with the Claude CLI: claude mcp add xzq-xu-jvm-mcp-server
list_java_processesget_thread_infoget_jvm_infoget_memory_infoget_stack_traceget_class_infoget_stack_trace_by_methoddecompile_classsearch_methodwatch_methodget_logger_infoset_logger_levelget_dashboardget_jcmd_outputget_jstat_output{ "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.
Reference / test server with prompts, resources, and tools.
npx -y @modelcontextprotocol/server-everythingOfficial GitHub server for integration with repository management, PRs, issues, and more.
A high-level framework for building MCP servers in Python