Skip to main content
Glama

MCP Quoting System

by r-long
reset-database.bat615 B
@echo off echo ======================================== echo Reset Database to Sample Data echo ======================================== echo. echo WARNING: This will replace your current quotes database echo with the sample data. echo. choice /C YN /M "Are you sure you want to continue" if errorlevel 2 goto :cancel if errorlevel 1 goto :reset :reset if exist "data\sample-quotes.json" ( copy /Y "data\sample-quotes.json" "data\quotes.json" echo. echo Database reset to sample data! ) else ( echo ERROR: sample-quotes.json not found! ) goto :end :cancel echo. echo Reset cancelled. :end pause

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/r-long/mcp-quoting-system'

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