Apex Log MCP Server - AI-powered Salesforce Apex debug log analysis. Find performance bottlenecks, slow methods, SOQL bottlenecks, and governor limit issues.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"debug-log-analyzer-m": {
"command": "npx",
"args": [
"-y",
"certinia/debug-log-analyzer-mcp"
]
}
}
}
Run in terminal:
claude mcp add debug-log-analyzer-m npx -y certinia/debug-log-analyzer-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"debug-log-analyzer-m": {
"command": "npx",
"args": [
"-y",
"certinia/debug-log-analyzer-mcp"
]
}
}
}
README Excerpt
**A Model Context Protocol (MCP) server that gives AI assistants tools to analyze Salesforce Apex debug logs — surfacing performance bottlenecks, slow methods, and governor limit usage.** <p align="center"> <img src="https://raw.githubusercontent.com/certinia/debug-log-analyzer-mcp/main/docs/images/apex-log-mcp.png" alt="Claude analyzing an Apex debug log for performance bottlenecks and governor limit concerns" width="800" />
Tools (20)
ALLOW_ALL_ORGSDEFAULT_TARGET_DEV_HUBDEFAULT_TARGET_ORGallanalysisTypeapexapexCodeapexProfilingcalloutcpudatabasedebugLevellogFilePathmethodsminDurationnamespacenbaoutputDirsystemtargetOrg
Topics
apexapex-debuggingdebug-logsdeveloper-toolsgovernor-limitslog-analysismcpmcp-servernodejsperformance-analysissalesforcesalesforce-clitypescript