memory-api-mcp-server
Version:
MCP Server for Memory API integration with Cursor - enables automatic code context saving and intelligent memory management
51 lines (50 loc) • 1.1 kB
JSON
{
"name": "memory-api-mcp-server",
"version": "1.1.5",
"description": "MCP Server for Memory API integration with Cursor - enables automatic code context saving and intelligent memory management",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"memory-api-mcp-server": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"prepublishOnly": "npm run build",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"mcp",
"memory-api",
"cursor",
"ai",
"code-context",
"automatic-saving",
"intelligent-memory",
"model-context-protocol",
"supermemory",
"code-assistant"
],
"author": {
"name": "ITalo"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"memory-api-mcp-server": "^1.1.3",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^4.9.5"
},
"files": [
"dist/",
"README.md",
"LICENSE"
]
}