xzq.xu/jvm-mcp-server
An implementation project of a JVM-based MCP (Model Context Protocol) server.
Quick Start
Clone the repository:
git clone https://github.com/xzq-xu/jvm-mcp-serverClaude 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.