---
title: Jam | Keycard
description: AI-powered bug reporting and debugging platform
---

Access, search, and analyze bug reports with full debugging context including console logs, network requests, screenshots, and user events from Jam through your AI tools.

Adding Jam provisions three things in your zone: an upstream resource pointing at `https://mcp.jam.dev/mcp` (kept inside Keycard), a Keycard MCP Gateway URL - the downstream resource - that you install in Cursor, Claude Code, or any MCP client, and a provider for token exchange with Jam’s OAuth issuer.

When your AI client makes a tool call, it sends a Keycard-issued access token to the gateway URL. Keycard’s STS exchanges that token for an upstream Jam token, the gateway calls the upstream MCP, and the response is proxied back. Your zone’s [identity provider](/admin/identity-providers/index.md), [access policies](/admin/access-policies/index.md), and audit log apply to every call - the upstream credential never leaves Keycard. Each call is recorded in the audit log with the user identity, the resource accessed, and the policy decision.

## Tools

TOOLS

Tools the upstream server exposes through the Keycard MCP Gateway.

Jam exposes 15 tools through the gateway:

- getDetails

  Retrieve metadata and details for a Jam bug report

- getNetworkRequests

  Extract network activity logs with filters for status, content type, host, and method

- getConsoleLogs

  Retrieve browser console output filtered by log level

- getUserEvents

  Access the timeline of user interactions like clicks, inputs, and navigation

- getMetadata

  Retrieve custom key-value metadata set via the Jam SDK

- getScreenshots

  Retrieve screenshots from screenshot-type Jams

- analyzeVideo

  Extract user intents and issues from a Jam video recording

- getVideoTranscript

  Get the spoken transcript from a video Jam in WebVTT format

- fetch

  Retrieve metadata and details for a Jam by ID or URL

- search

  Search for a Jam by UUID or jam.dev URL

- listJams

  List and filter Jams by text, type, folder, author, URL, or date

- listFolders

  List folders with optional search and pagination

- listMembers

  List team members with optional search and pagination

- createComment

  Add a markdown comment to a Jam bug report

- updateJam

  Update a Jam, such as moving it between folders

## Install

INSTALL

Add Jam to your zone and install the gateway URL into Cursor, Claude Code, or any MCP client.

1. **Open the catalog**

   In your zone’s [Keycard Console](https://console.keycard.ai), go to **Applications** → **Add Application** → **Explore MCP Servers**.

2. **Find and install Jam**

   Search for `Jam` in the catalog and click **Install**.

3. **Connect your development tool**

   Once installed, Jam appears on the **Applications** page with a **Keycard MCP Gateway URL**. Use the **Install** dropdown to add it to Cursor, Claude Code, or any MCP-compatible client.

## Related

RELATED

- [Catalog overview](/admin/catalog/index.md) - browse other MCP and API servers
- [Access policies](/admin/access-policies/index.md) - control who can use Jam
- [Identity providers](/admin/identity-providers/index.md) - control who can sign in

[PreviousHubSpot](/admin/catalog/mcp-servers/hubspot/index.md)[NextKlaviyo](/admin/catalog/mcp-servers/klaviyo/index.md)
