We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/a157034816/memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
memory_tools.bat•192 B
@echo off
setlocal
rem NOTE: This bat only launches Python. All user-facing messages are printed by Python.
set PYTHONUTF8=1
python -X utf8 "%~dp0tools\memory_tools.py"
exit /b %ERRORLEVEL%