Skip to main content
Glama
layout.tsx1.21 kB
import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Memory Engineering MCP - Persistent Memory for AI Assistants", description: "Give your AI assistants persistent memory across sessions. Never lose context again with MongoDB-powered memory system for Cursor, Cline, and MCP clients.", keywords: "AI memory, MCP, Model Context Protocol, persistent context, Cursor, Cline, MongoDB, AI development", authors: [{ name: "Memory Engineering Team" }], openGraph: { title: "Memory Engineering MCP", description: "Your AI Never Forgets - 10x faster development with persistent memory", type: "website", url: "https://memory-engineering-mcp.vercel.app", }, twitter: { card: "summary_large_image", title: "Memory Engineering MCP", description: "Your AI Never Forgets - 10x faster development with persistent memory", }, }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( <html lang="en"> <body className={inter.className}>{children}</body> </html> ); }

Latest Blog Posts

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

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