Skip to main content
Glama

Memory MCP Server

by inchan
index.ts403 B
/** * @memory-mcp/storage-md * Markdown 파일 저장/로드와 Front Matter 처리 */ // 파일 운영 기본 기능 export * from './file-operations'; // Front Matter 처리 export * from './front-matter'; // 노트 관리 통합 API export * from './note-manager'; // 파일 감시 export * from './watcher'; // 타입 정의 export * from './types'; export const PACKAGE_VERSION = '0.1.0';

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