Skip to main content
Glama

JProfiler MCP 服务器

JProfiler 是一款通过 Model Context Protocol 集成 AI 代理的 Java 分析工具。 直接从您的 AI 编码助手分析 CPU 热点、内存分配、JDBC 查询、HTTP 调用等。

安装

Claude Code

claude mcp add jprofiler -- npx -y @ej-technologies/jprofiler-mcp

Cursor

已在 cursor.directory 上列出。

安装 MCP 服务器

Codex

codex mcp add jprofiler -- npx -y @ej-technologies/jprofiler-mcp

Gemini CLI

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

其他 MCP 客户端

在您的客户端配置中使用以下 npx 调用作为 MCP 服务器命令:

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

对于使用 JSON 配置文件(Claude Desktop、Windsurf、VS Code 等)的客户端:

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

可选参数

  • --filter <patterns> — 要包含的工具名称模式的逗号分隔列表

  • --subsystems <list> — 要启用的子系统的逗号分隔列表

  • --max-depth <n> — 调用树展开的最大深度

Related MCP server: Java Decompiler MCP Server

许可证

JProfiler 需要许可证。首次使用时,您可以开始 10 天的免费评估或输入现有的许可证密钥。请在 https://www.ej-technologies.com/store/jprofiler 购买。

许可条款:https://www.ej-technologies.com/jprofiler/license

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ej-technologies/jprofiler-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server