java-mcp

jklappenbach/java-mcp
★ 0 stars Java Security Updated today
Micronaut uber-JAR MCP server that discovers, indexes, and fuzzy-searches skills embedded in classpath jars (JVM counterpart to cajeta's skill discovery).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "java-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jklappenbach/java-mcp"
      ]
    }
  }
}

README Excerpt

A **Micronaut** uber-JAR **MCP (Model Context Protocol) server** for the JVM ecosystem. It discovers **skills** — short, hand-authored implementation guides that travel *inside* a library's jar — by scanning every jar on its classpath, indexes them, and serves them by canonical name through a typo-tolerant fuzzy search. It is the JVM