developer tools

Jvm Mcp Server

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

typescript
local
developer tools
0
View on GitHub

Installation

npx -y xzq.xu/jvm-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

xzq.xu/jvm-mcp-server

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

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub