taskmem-mcp
Version:
TaskMem MCP Client - AI memory and task management for Claude, Cursor, and Windsurf. Connects to TaskMem Cloud.
57 lines • 1.36 kB
JSON
{
"name": "taskmem-mcp",
"version": "1.1.2",
"description": "TaskMem MCP Client - AI memory and task management for Claude, Cursor, and Windsurf. Connects to TaskMem Cloud.",
"type": "module",
"main": "dist/src/index.js",
"bin": {
"taskmem-mcp": "./dist/src/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"CONTRIBUTING.md",
".env.example",
"examples"
],
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/src/index.js",
"lint": "echo 'Linting passed - no linter configured'",
"test": "echo 'All tests passed - no tests configured'",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"modelcontextprotocol",
"ai",
"memory",
"task-management",
"claude",
"cursor",
"windsurf"
],
"author": "TaskMem Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sage-hq/taskmem-mcp.git"
},
"homepage": "https://taskmem.com",
"bugs": {
"url": "https://github.com/sage-hq/taskmem-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"node-fetch": "^3.3.2",
"zod": "^3.25.28"
},
"devDependencies": {
"@types/node": "^22.15.21",
"@types/node-fetch": "^2.6.11",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}