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, access policies, 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 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
Section titled “Install”Add Jam to your zone and install the gateway URL into Cursor, Claude Code, or any MCP client.
-
Open the catalog
In your zone’s Keycard Console, go to Applications → Add Application → Explore MCP Servers.
-
Find and install Jam
Search for
Jamin the catalog and click Install. -
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
Section titled “Related”- Catalog overview - browse other MCP and API servers
- Access policies - control who can use Jam
- Identity providers - control who can sign in