Skip to content
Cursor

sparkforensics mcp for Cursor

io.github.shuffle-works/sparkforensics-mcp

MCP server for diagnosing Apache Spark event-log performance issues and comparing runs.

client:Cursor transport:stdio runtime:npm

Install sparkforensics mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sparkforensics-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sparkforensics-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sparkforensics mcp in other clients