Skip to main content
Glama
prism-ebnf.js462 B
Prism.languages.ebnf = { 'comment': /\(\*[\s\S]*?\*\)/, 'string': { pattern: /"[^"\r\n]*"|'[^'\r\n]*'/, greedy: true }, 'special': { pattern: /\?[^?\r\n]*\?/, greedy: true, alias: 'class-name' }, 'definition': { pattern: /^([\t ]*)[a-z]\w*(?:[ \t]+[a-z]\w*)*(?=\s*=)/im, lookbehind: true, alias: ['rule', 'keyword'] }, 'rule': /\b[a-z]\w*(?:[ \t]+[a-z]\w*)*\b/i, 'punctuation': /\([:/]|[:/]\)|[.,;()[\]{}]/, 'operator': /[-=|*/!]/ };

Latest Blog Posts

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/samihalawa/advanced-tts-mcp'

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