Skip to main content
Glama

MCP Notes

by 9Ninety
utils.ts260 B
export const parseCursor = (cursor?: string): number => { if (cursor) { const decoded = Buffer.from(cursor, "base64").toString(); const parsed = parseInt(decoded, 10); if (!isNaN(parsed)) { return parsed; } } return 0; };

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/9Ninety/MCPNotes'

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