Skip to main content
Glama

Windows Operations MCP

fix_basic_memory.ps1•618 B
# Fix basic-memory MCP server dependencies Write-Host "=== Fixing basic-memory Dependencies ===" -ForegroundColor Cyan # Reinstall basic-memory from source Write-Host "`nReinstalling basic-memory with updated dependencies..." -ForegroundColor Yellow Set-Location "D:\Dev\repos\basic-memory" # Uninstall first & "C:\Users\sandr\AppData\Local\Programs\Python\Python313\python.exe" -m pip uninstall basic-memory -y # Reinstall from source (editable mode) & "C:\Users\sandr\AppData\Local\Programs\Python\Python313\python.exe" -m pip install -e . Write-Host "`nDone! Now restart Claude Desktop" -ForegroundColor Green

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/sandraschi/windows-operations-mcp'

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