jvm-mcp-bridge

thompgt/jvm-mcp-bridge
★ 0 stars Java Database Updated 5d ago
MCP server in Java: expose a running JVM system — JDBC, Kafka, JMX/JFR, internal APIs — to LLM clients behind one policy engine.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jvm-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "thompgt/jvm-mcp-bridge"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server, written in Java, that lets an LLM client ask questions about a live JVM system — its database, its broker, its runtime, its internal APIs — and get bounded, audited answers. The MCP server ecosystem is almost entirely Python, TypeScript and Go. The systems that most
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →