Skip to main content
Glama

MCPDemo - Visual SQL Chat Platform

by Ayi456
quotaRoutes.ts394 B
import express from 'express'; import { QuotaController } from '../controllers/QuotaController.js'; export function setupQuotaRoutes(app: express.Application, quotaController: QuotaController) { app.get('/api/quota/stats', quotaController.getStats); app.post('/api/quota/reset/daily', quotaController.resetDaily); app.post('/api/quota/reset/monthly', quotaController.resetMonthly); }

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/Ayi456/visual-mcp'

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