Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

setup_persistence_automation

Automate context updates in projects with monitoring, validation, and customizable schedules using the setup_persistence_automation tool. Integrates git hooks and notifications for efficient context management.

Instructions

Set up automated context updates with monitoring and validation

Input Schema

NameRequiredDescriptionDefault
analysisIdNoAnalysis ID from analyze_codebase_deeply
gitHooksNoInstall git hooks for validation
monitoringNoEnable context monitoring
notificationsNoNotification settings
projectPathYesPath to the project directory
updateScheduleYesHow often to update context

Input Schema (JSON Schema)

{ "properties": { "analysisId": { "description": "Analysis ID from analyze_codebase_deeply", "type": "string" }, "gitHooks": { "description": "Install git hooks for validation", "type": "boolean" }, "monitoring": { "description": "Enable context monitoring", "type": "boolean" }, "notifications": { "description": "Notification settings", "properties": { "email": { "type": "string" }, "slack": { "type": "string" } }, "type": "object" }, "projectPath": { "description": "Path to the project directory", "type": "string" }, "updateSchedule": { "description": "How often to update context", "enum": [ "daily", "weekly", "on-change", "manual" ], "type": "string" } }, "required": [ "projectPath", "updateSchedule" ], "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/bswa006/mcp-context-manager'

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