Skip to main content
Glama

Context Continuation MCP Server

by core3-coder

context_restore_session

Create a context restoration prompt to resume AI development work after reaching token limits, using the project directory path to restore session continuity.

Instructions

Generate a context restoration prompt for continuing work

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to project directory

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to project directory", "type": "string" } }, "required": [ "projectPath" ], "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/core3-coder/context-continue-mcp'

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