Skip to main content
Glama

Archive Agent

update.sh939 B
#!/bin/bash # Copyright © 2025 Dr.-Ing. Paul Wilhelm <paul@wilhelm.dev> # This file is part of Archive Agent. See LICENSE for details. # Exit on any error set -e echo "" echo ".---------------------." echo "| Pull latest changes |" echo "'---------------------'" git pull echo "" echo ".-----------------------." echo "| Install Archive Agent |" echo "'-----------------------'" ./install.sh echo "" echo ".-------------------------------------." echo "| Archive Agent: Successfully updated |" echo "'-------------------------------------'" echo "" echo "" echo ".---------------------------------------------------------------." echo "| INFO: It's advised to clear AI cache — delete these folders: |" echo "| |" echo "| ~/.archive-agent-settings/<your_profile_name>/ai_cache/ |" echo "'---------------------------------------------------------------'" echo ""

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/shredEngineer/Archive-Agent'

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