Skip to main content
Glama

mcp-with-ssh

track_progress

Use this tool to log progress and update Memory Bank files via SSH, documenting actions like feature implementations or bug fixes with detailed descriptions.

Instructions

Track progress and update Memory Bank files

Input Schema

NameRequiredDescriptionDefault
actionYesAction performed (e.g., 'Implemented feature', 'Fixed bug')
descriptionYesDetailed description of the progress
updateActiveContextNoWhether to update the active context file

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action performed (e.g., 'Implemented feature', 'Fixed bug')", "type": "string" }, "description": { "description": "Detailed description of the progress", "type": "string" }, "updateActiveContext": { "default": true, "description": "Whether to update the active context file", "type": "boolean" } }, "required": [ "action", "description" ], "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