Skip to main content
Glama

MCP-Mem0

by 888Greys
setup.ps1•1.63 kB
# MCP-Mem0 Setup Script for Personal Use Write-Host "🧠 MCP-Mem0 Personal Setup" -ForegroundColor Cyan Write-Host "=========================" -ForegroundColor Cyan # Check Python version Write-Host "šŸ Checking Python version..." -ForegroundColor Yellow $pythonVersion = python --version 2>$null if ($LASTEXITCODE -eq 0) { Write-Host "āœ… $pythonVersion" -ForegroundColor Green } else { Write-Host "āŒ Python not found. Please install Python 3.12+" -ForegroundColor Red exit 1 } # Install dependencies Write-Host "šŸ“¦ Installing dependencies..." -ForegroundColor Yellow pip install -e . if ($LASTEXITCODE -eq 0) { Write-Host "āœ… Dependencies installed" -ForegroundColor Green } else { Write-Host "āŒ Failed to install dependencies" -ForegroundColor Red exit 1 } # Check environment file if (Test-Path ".env") { Write-Host "āœ… Environment file found" -ForegroundColor Green } else { Write-Host "āš ļø Creating .env from template..." -ForegroundColor Yellow Copy-Item ".env.example" ".env" Write-Host "šŸ“ Please edit .env with your API keys and database URL" -ForegroundColor Cyan } Write-Host "" Write-Host "šŸŽ‰ Setup complete!" -ForegroundColor Green Write-Host "" Write-Host "Next steps:" -ForegroundColor Cyan Write-Host "1. Edit .env with your credentials" -ForegroundColor White Write-Host "2. Start server: python src/main.py" -ForegroundColor White Write-Host "3. Test: .\test_server.ps1" -ForegroundColor White Write-Host "4. Configure Qodo AI with:" -ForegroundColor White Write-Host ' {"pompom-ai": {"url": "http://localhost:8051/sse"}}' -ForegroundColor Gray

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/888Greys/mcp'

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