Skip to main content
Glama

myAI Memory Sync

by Jktfe
http.js300 B
// Mock for MCP HTTP server transport import { jest } from '@jest/globals'; export class HttpServerTransport { constructor() { this.initialize = jest.fn().mockResolvedValue(undefined); this.handleRequest = jest.fn(); this.sendResponse = jest.fn(); this.onRequest = 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/Jktfe/myAImemory-mcp'

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