Skip to main content
Glama

Claude Server MCP

get_context

Retrieve specific context by ID with optional project filtering to enable persistent, organized conversation continuity on Claude Server MCP.

Instructions

Retrieve context by ID and optional project ID

Input Schema

NameRequiredDescriptionDefault
idYesID of the context to retrieve
projectIdNoOptional project ID for project contexts

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the context to retrieve", "type": "string" }, "projectId": { "description": "Optional project ID for project contexts", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Server MCP

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/davidteren/claude-server'

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