Skip to main content
Glama

MemoryMesh

by CheMiguel23
package.json1.08 kB
{ "name": "memorymesh", "version": "0.2.8", "description": "An MCP server that uses a knowledge graph to store and recall structured memory for AI models", "license": "MIT", "author": "CheMiguel23", "homepage": "https://github.com/CheMiguel23/memorymesh", "bugs": "https://github.com/CheMiguel23/memorymesh/issues", "type": "module", "main": "dist/index.js", "bin": { "memorymesh": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && tsc-alias && shx chmod +x dist/*.js && copyfiles -u 1 src/data/schemas/*.json src/data/*.json dist/", "prepare": "npm run build", "watch": "tsc --watch", "start": "ts-node --esm src/index.ts", "start:claude": "ts-node --esm src/index.ts", "start:prod": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^20.11.24", "copyfiles": "^2.4.1", "shx": "^0.3.4", "ts-node": "^10.9.2", "tsc-alias": "^1.8.8", "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/CheMiguel23/MemoryMesh'

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