# pinpoint-apm/pinpoint | Model Context Protocol (MCP) Server > APM, (Application Performance Management) tool for large-scale distributed systems. - **Stars**: ⭐ 13,852 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "pinpoint": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pinpoint" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "pinpoint": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pinpoint" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-pinpoint` - **Docker**: `docker run -i --rm mcp/pinpoint`