Skip to main content
Glama

Memory MCP Server

by inchan
package.json840 B
{ "name": "@memory-mcp/mcp-server", "version": "0.1.0", "description": "MCP 인터페이스/툴 노출", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "memory-mcp": "dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "clean": "rm -rf dist", "start": "node dist/index.js" }, "dependencies": { "@memory-mcp/assoc-engine": "^0.1.0", "@memory-mcp/common": "^0.1.0", "@memory-mcp/index-search": "^0.1.0", "@memory-mcp/storage-md": "^0.1.0", "@modelcontextprotocol/sdk": "^1.18.2", "commander": "^11.1.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@types/node": "^20.10.0" }, "keywords": [ "memory-mcp", "mcp-server", "cli" ] }

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