L

LogRocket

Query LogRocket sessions and errors.

·No reviews yet
Repo
Share:

About

Auto-generated

LogRocket is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about LogRocket.

What is the LogRocket MCP for?
The LogRocket MCP allows you to query LogRocket sessions and errors directly. It integrates LogRocket's analytics and monitoring capabilities into your development environment, providing insights into user behavior and application issues.
How do I install the LogRocket MCP?
Installation typically involves adding the LogRocket MCP to your preferred MCP client, such as Claude Desktop, Cursor, or Cline. Specific steps depend on the client's interface for adding new MCPs, often by referencing the MCP's repository or slug.
Does the LogRocket MCP require credentials?
Yes, the LogRocket MCP requires an API key for authentication. You will need to obtain this key from your LogRocket account and configure it within your MCP client to access LogRocket services.
What capabilities does the LogRocket MCP provide?
The LogRocket MCP exposes tools for querying session replays, monitoring frontend errors, and analyzing performance data. It allows developers to quickly diagnose issues by programmatically interacting with LogRocket's data.
Is there a cost associated with using the LogRocket MCP?
The LogRocket MCP itself is open-source and community-provided. However, usage of the underlying LogRocket service may incur costs depending on your LogRocket subscription plan.
What is a prerequisite for using the LogRocket MCP?
A prerequisite for using the LogRocket MCP is an active LogRocket account and an API key. You must have data collected in LogRocket for the MCP to effectively query and display information.

Install LogRocket

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "logrocket": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-logrocket"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "logrocket": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-logrocket"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "logrocket": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-logrocket"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.