#!/bin/bash
# Personal AI Assistant Launcher Script
echo "๐ค Personal AI Assistant"
echo "========================"
echo "Starting your personal AI assistant..."
echo ""
# Check if uv is available
if command -v uv &> /dev/null; then
echo "Using uv to run the assistant..."
uv run python chat_assistant.py
else
echo "Using python to run the assistant..."
python3 chat_assistant.py
fi
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/debajoycs98/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server