Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

setup_persistence_automation

Automate context updates for AI agent projects with scheduling, monitoring, and validation. Supports git hooks and notifications for efficient codebase management on the AI Agent Template MCP Server.

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