Skip to main content
Glama

MCP Notes

by 9Ninety
version.ts317 B
import fs from 'node:fs/promises'; import path from 'node:path'; export async function getVersion() { const packagePath = path.resolve(import.meta.dir, '../../package.json'); const packageJSON = await fs.readFile(packagePath, 'utf-8'); const { version } = JSON.parse(packageJSON); return version; }

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