Skip to main content
Glama

myAI Memory Sync

by Jktfe
version.ts579 B
/** * Simple module to handle version information */ // Package information const packageInfo = { name: 'myAI Memory Sync', version: '1.0.0', description: 'Synchronize myAI Memory across different platforms', }; // Export version information export const version = packageInfo.version; export const appName = packageInfo.name; export const description = packageInfo.description; /** * Print version information to the console */ export function printVersion() { console.log(`${packageInfo.name} v${packageInfo.version}`); console.log(packageInfo.description); }

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/Jktfe/myAImemory-mcp'

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