Skip to main content
Glama

MCPDemo - Visual SQL Chat Platform

by Ayi456
UserUtils.ts283 B
import { randomBytes } from 'crypto'; export class UserUtils { static generateAccessId(): string { const randomPart = randomBytes(12).toString('hex'); return `ak_${randomPart}`; } static generateAccessKey(): string { return randomBytes(32).toString('hex'); } }

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