Skip to main content
Developer ToolsTypeScript

xzq.xu/jvm-mcp-server

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

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/xzq-xu/jvm-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "jvm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "xzq.xu/jvm-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
xzq-xu