Skip to content
Claude Desktop

Heystack for Claude Desktop

dev.heystack/heystack

Observability for AI apps: investigate traces, logs, LLM usage, replays and crashes; manage alerts.

client:Claude Desktop transport:streamable-http

Install Heystack in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "heystack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.heystack.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Heystack in other clients