Skip to main content
Glama

MemoDB MCP Server

by wuyunmei
package.json607 B
{ "name": "momedb-mcp", "version": "1.0.0", "description": "MCP server for managing AI application conversation context", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "NODE_OPTIONS='--loader ts-node/esm' ts-node-esm src/index.ts", "test": "jest" }, "type": "module", "bin": { "momedb-mcp": "./build/index.js" }, "dependencies": { "axios": "^1.6.7" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3", "ts-node": "^10.9.2" } }

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/wuyunmei/momedb-mcp'

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