# Java All Call Graph Server

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/adrninistrator/java-all-call-graph-server  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/java-all-call-graph-server

## Description
MCP server for Java call graph generation, static analysis, method chains & config management

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "java-all-call-graph-server": {
    "command": "npx",
    "args": ["-y","java-all-call-graph-server"]
  }
}
```

## Documentation & README

[Web 界面版本](./HTTP_SERVER.md)

[MCP 版本](./MCP_SERVER.md)
