Skip to main content
Glama

myAI Memory Sync

by Jktfe
check-config.js630 B
// Script to check the built config.js file import { config } from './dist/config.js'; console.log('Current config paths:'); console.log('Master template path:', config.paths.masterTemplate); console.log('Claude Desktop config path:', config.paths.claudeDesktopConfig); console.log('Windsurf memory path:', config.paths.windsurfMemoryPath); // Let's write directly to the built config import fs from 'fs'; import path from 'path'; // Force update to CLAUDE.md config.paths.claudeDesktopConfig = '~/CLAUDE.md'; // Save the updated config console.log('Updated Claude Desktop config path to:', config.paths.claudeDesktopConfig);

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