Skip to main content
Glama

Memory MCP Server

by inchan
jest.setup.js356 B
// Jest setup file // Global test configuration and mocks // Increase timeout for integration tests jest.setTimeout(30000); // Mock console methods in tests by default global.console = { ...console, // Uncomment to ignore console.log in tests // log: jest.fn(), // debug: jest.fn(), // info: jest.fn(), warn: jest.fn(), error: jest.fn(), };

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/inchan/memory-mcp'

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