Skip to main content
Glama

meMCP - Memory-Enhanced Model Context Protocol

MIT License
22
2
package.json898 B
{ "name": "memcp", "version": "1.0.0", "description": "Sequential-Graphiti persistent agent memory system for Claude Code", "type": "module", "main": "src/index.js", "bin": { "memcp": "./src/index.js" }, "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node test/run-tests.js", "test:watch": "node --watch test/run-tests.js", "lint": "eslint src/ test/", "lint:fix": "eslint src/ test/ --fix", "format": "prettier --write src/ test/" }, "keywords": [ "mcp", "claude", "memory", "agent", "sequential-thinking", "graphiti" ], "author": "meMCP Team", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "zod": "^3.22.4" }, "devDependencies": { "eslint": "^8.57.0", "prettier": "^3.0.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/mixelpixx/meMCP'

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