Skip to main content
Glama

Cursor Conversations MCP Server

get_conversation

Retrieve full details or enhanced summaries of Cursor conversations, including messages, code blocks, and file references. Use conversation IDs from related tools for targeted analysis and context conservation.

Instructions

Retrieves the complete content of a specific Cursor conversation including all messages, code blocks, file references, title, and AI summary. WORKFLOW TIP: Use conversation IDs from list_conversations, search_conversations, or analytics breakdowns (files/languages arrays contain conversation IDs). Use summaryOnly=true to get enhanced summary data without full message content when you need to conserve context.

Input Schema

NameRequiredDescriptionDefault
conversationIdYesConversation ID from list_conversations, search_conversations, or analytics breakdowns
outputModeNoOutput format: "json" for formatted JSON (default), "compact-json" for minified JSONjson
summaryOnlyNoReturn only enhanced summary data without full message content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "conversationId": { "description": "Conversation ID from list_conversations, search_conversations, or analytics breakdowns", "minLength": 1, "type": "string" }, "outputMode": { "default": "json", "description": "Output format: \"json\" for formatted JSON (default), \"compact-json\" for minified JSON", "enum": [ "json", "compact-json" ], "type": "string" }, "summaryOnly": { "default": false, "description": "Return only enhanced summary data without full message content", "type": "boolean" } }, "required": [ "conversationId" ], "type": "object" }

Other Tools from Cursor Conversations MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vltansky/cursor-conversations-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server