Skip to main content
Glama

Context Continuation MCP Server

by core3-coder

context_start_session

Initiate a new context tracking session to monitor AI development conversations, manage token usage, and restore context when limits are reached by specifying the project path.

Instructions

Start a new context tracking session

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to project directory
sessionNameNoOptional session name

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to project directory", "type": "string" }, "sessionName": { "description": "Optional session name", "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