Skip to main content
Glama

MCP Server Memory File

by g0t4
package.json864 B
{ "name": "mcp-server-memory", "version": "1.0.0", "description": "An MCP server for managing memories in a text file", "private": false, "type": "module", "scripts": { "clean": "rm -rf build", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "npm run build && tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "jest", "test:watch": "jest --watch", "test:integration": "jest tests/integration" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.11.24", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" } }

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/g0t4/mcp-server-memory-file'

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