Skip to main content
Glama

Cursor Conversations MCP Server

by vltansky

get_conversation

Extract full details of a Cursor conversation, including messages, code blocks, file references, title, and AI summary. Use conversation IDs for retrieval and optimize context with summary-only mode.

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" }

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