JProfiler
München
JProfiler MCP Server
JProfiler is a Java profiler with AI agent integration via the Model Context Protocol. Profile CPU hotspots, memory allocations, JDBC queries, HTTP calls and more directly from your AI coding assistant.
Installation
Claude Code
claude mcp add jprofiler -- npx -y @ej-technologies/jprofiler-mcp
Cursor
Listed on cursor.directory.
Codex
codex mcp add jprofiler -- npx -y @ej-technologies/jprofiler-mcp
Gemini CLI
gemini mcp add jprofiler npx -y @ej-technologies/jprofiler-mcp@latest
Other MCP clients
Use the following npx invocation as the MCP server command in your client's configuration:
npx -y @ej-technologies/jprofiler-mcp@latest
For clients that use a JSON configuration file (Claude Desktop, 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 evaluation or enter an existing license key. Purchase at https://www.ej-technologies.com/store/jprofiler.
License terms: https://www.ej-technologies.com/jprofiler/license
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
CopyTuner Client
Manage Rails i18n translations with CopyTuner. Search, update, and create translation keys.
Cloudflare MCP Server Example
An example of deploying a remote MCP server on Cloudflare Workers without authentication.
Qase MCP Server
An MCP server for interacting with the Qase test management platform.
ocireg
An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more.
SCMCP
A natural language interface for single-cell RNA sequencing (scRNA-Seq) analysis, supporting various modules from IO to enrichment.
VibeShift
An intelligent security agent that analyzes AI-generated code for vulnerabilities and assists with remediation.
AiDex
Persistent code index using Tree-sitter for fast, precise code search. Replaces grep with ~50 token responses instead of 2000+.
Huly
MCP server for Huly project management system
i18next MCP Server
An MCP server for managing translations in i18next projects, allowing AI assistants to interact directly with translation files.
Shell MCP
Securely execute shell commands with whitelisting, resource limits, and timeout controls for LLMs.