ej-technologies

JProfiler MCP Server

Community ej-technologies
Updated

MCP server for JProfiler

JProfiler MCP Server

JProfiler is a Java profiler with AI agentintegration via the Model Context Protocol.Profile CPU hotspots, memory allocations, JDBC queries, HTTP calls and moredirectly from your AI coding assistant.

Installation

Claude Code

/plugin install ej-technologies/jprofiler-mcp

npx (works with any MCP client)

npx -y @ej-technologies/jprofiler-mcp@latest

MCP JSON configuration

Add to your MCP client configuration (Claude Desktop, Cursor, Windsurf, VS Code, etc.):

{
  "mcpServers": {
    "jprofiler": {
      "command": "npx",
      "args": ["-y", "@ej-technologies/jprofiler-mcp"]
    }
  }
}

Optional arguments

  • --filter <patterns> โ€” Comma-separated list of tool name patterns to include
  • --subsystems <list> โ€” Comma-separated list of subsystems to enable
  • --max-depth <n> โ€” Maximum call tree expansion depth

License

JProfiler requires a license. On first use, you can start a free 10-day evaluationor enter an existing license key. Purchase at https://www.ej-technologies.com/store/jprofiler.

License terms: https://www.ej-technologies.com/jprofiler/license

MCP Server ยท Populars

MCP Server ยท New

    remete618

    widemem.ai

    Next-gen AI memory layer with importance scoring, temporal decay, hierarchical memory, and YMYL prioritization

    Community remete618
    Ruya-AI

    Cozempic

    Context cleaning for Claude Code โ€” prune bloated sessions, protect Agent Teams from context loss, auto-guard with tiered pruning

    Community Ruya-AI
    KuvopLLC

    better bear

    MCP Server

    Community KuvopLLC
    tradesdontlie

    TradingView MCP Bridge

    AI-assisted TradingView chart analysis โ€” connect Claude Code to your TradingView Desktop for personal workflow automation

    Community tradesdontlie
    us

    fastCRW โ€” Open Source Web Scraping API for AI Agents

    Fast, lightweight Firecrawl alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/v1/scrape, /v1/crawl, /v1/search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.

    Community us