Skip to main content
Glama
package.json1.19 kB
{ "name": "@mem0/mcp-server", "version": "0.0.1", "main": "dist/index.js", "type": "module", "module": "src/index.ts", "bin": { "mem0-mcp": "dist/index.js" }, "scripts": { "dev": "npx @smithery/cli dev", "build": "npm run build:http", "build:stdio": "tsup", "build:http": "npx @smithery/cli build", "start": "npm run start:http", "start:http": "node .smithery/index.cjs", "start:stdio": "node dist/index.js", "clean": "rm -rf dist", "prepublishOnly": "npm run build:stdio" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "keywords": [ "mcp", "mem0", "memory", "ai", "agents" ], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "dotenv": "^16.5.0", "mem0ai": "^2.1.38", "tsup": "^8.4.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.13", "typescript": "^5.8.2", "tsx": "^4.19.0" }, "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }

Latest Blog Posts

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/mem0ai/mem0-mcp'

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