Skip to main content
Glama

MCP Session Closer

by Tylarcam

end_session

Close Cursor work sessions by syncing context files, updating Agent OS files, and committing changes to git with session summaries and accomplishments.

Instructions

Close the current Cursor session, sync all context files, update Agent OS files, and commit to git. This is the main tool for ending a work session.

Input Schema

NameRequiredDescriptionDefault
conversationSummaryYesSummary of what was accomplished in this session. If not provided, will attempt to extract from context.
accomplishmentsNoList of specific accomplishments (optional, will be extracted if not provided)
decisionsNoList of decisions made during this session (optional)
blockersNoList of blockers or issues encountered (optional)
nextStepsNoList of next steps or TODO items (optional)

Input Schema (JSON Schema)

{ "properties": { "accomplishments": { "description": "List of specific accomplishments (optional, will be extracted if not provided)", "items": { "type": "string" }, "type": "array" }, "blockers": { "description": "List of blockers or issues encountered (optional)", "items": { "type": "string" }, "type": "array" }, "conversationSummary": { "description": "Summary of what was accomplished in this session. If not provided, will attempt to extract from context.", "type": "string" }, "decisions": { "description": "List of decisions made during this session (optional)", "items": { "type": "string" }, "type": "array" }, "nextSteps": { "description": "List of next steps or TODO items (optional)", "items": { "type": "string" }, "type": "array" } }, "required": [ "conversationSummary" ], "type": "object" }

Other Tools from MCP Session Closer

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/Tylarcam/mcp-session-closer'

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