Skip to main content
Glama

Memory MCP Server

by inchan
package.json1.3 kB
{ "name": "memory-mcp", "version": "0.1.0", "description": "Memory MCP (Olima + Basic-Memory + Zettelkasten + PARA) - 로컬 퍼시스턴트 메모리를 MCP 서버로 노출", "private": true, "workspaces": [ "packages/*" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "npm run build --workspaces", "dev": "npm run dev --workspaces", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint packages/*/src/**/*.ts", "lint:fix": "eslint packages/*/src/**/*.ts --fix", "typecheck": "tsc --noEmit", "clean": "npm run clean --workspaces", "start": "node packages/mcp-server/dist/index.js" }, "devDependencies": { "@types/jest": "^29.5.8", "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "prettier": "^3.1.0", "ts-jest": "^29.1.1", "typescript": "^5.3.2" }, "keywords": [ "memory", "mcp", "zettelkasten", "para", "markdown", "sqlite", "fts5", "knowledge-management" ], "author": "Memory MCP Project", "license": "TBD" }

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