Skip to main content
Glama

MCP Memory

wrangler.jsonc1.2 kB
/** * For more details on how to configure Wrangler, refer to: * https://developers.cloudflare.com/workers/wrangler/configuration/ */ { "$schema": "node_modules/wrangler/config-schema.json", "name": "mcp-memory", "main": "src/index.ts", "compatibility_date": "2025-03-10", "compatibility_flags": ["nodejs_compat"], "migrations": [ { "new_sqlite_classes": ["MyMCP"], "tag": "v1" }, ], "unsafe": { "bindings": [ { "name": "RATE_LIMITER", "type": "ratelimit", "namespace_id": "1001", "simple": { "limit": 100, "period": 60 } } ] }, "d1_databases": [ { "binding": "DB", "database_name": "mcp-memory-db", "database_id": "a25fc989-398c-40de-9aae-569d662f0455" } ], "durable_objects": { "bindings": [ { "class_name": "MyMCP", "name": "MCP_OBJECT" } ] }, "observability": { "enabled": true }, "ai": { "binding": "AI" }, "assets": { "directory": "./static/", "binding": "ASSETS" }, "vectorize": [ { "binding": "VECTORIZE", "index_name": "mcp-memory-vectorize" } ] }

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/aiwithbenefits/mcp-memory'

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