Skip to main content
Glama

mcp-with-ssh

update_active_context

Modify the active context file to track ongoing tasks, known issues, and next steps, ensuring centralized and up-to-date information in the MCP server with SSH support.

Instructions

Update the active context file

Input Schema

NameRequiredDescriptionDefault
issuesNoList of known issues
nextStepsNoList of next steps
tasksNoList of ongoing tasks

Input Schema (JSON Schema)

{ "properties": { "issues": { "description": "List of known issues", "items": { "type": "string" }, "type": "array" }, "nextSteps": { "description": "List of next steps", "items": { "type": "string" }, "type": "array" }, "tasks": { "description": "List of ongoing tasks", "items": { "type": "string" }, "type": "array" } }, "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/aakarsh-sasi/memory-bank-mcp'

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