@cabbages-pre/memory-pickle-mcp-pre
Version:
Simplified MCP server for AI agent project management - 8 essential tools for session memory and task tracking
65 lines (64 loc) • 1.81 kB
JSON
{
"name": "@cabbages-pre/memory-pickle-mcp-pre",
"version": "1.3.30",
"description": "Simplified MCP server for AI agent project management - 8 essential tools for session memory and task tracking",
"keywords": [
"mcp",
"model-context-protocol",
"project-management",
"task-tracking",
"ai-memory",
"agent-memory",
"checklist",
"todo",
"session-memory",
"session-continuity",
"in-memory"
],
"author": "Cabbages Code",
"license": "Apache-2.0",
"type": "module",
"bin": {
"memory-pickle": "build/index.js"
},
"files": [
"build",
"agent-instructions-simplified.md",
"README.md",
"docs"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
"update-version": "node scripts/update-version.mjs",
"version": "npm run update-version && git add ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Justar96/memory-pickle-mcp.git"
},
"homepage": "https://pickle.cabbages.work",
"mcp": {
"instructions": "agent-instructions-simplified.md"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.0",
"axios": "^1.9.0",
"zod": "^3.25.64"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.19.0",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=16.0.0"
}
}