mcp-memory-taskmanager
Version:
Intelligent MCP Memory System with Task Manager - Domain-specific knowledge organization and autonomous task management for AI assistants
102 lines • 2.24 kB
JSON
{
"name": "mcp-memory-taskmanager",
"version": "1.1.0",
"description": "Intelligent MCP Memory System with Task Manager - Domain-specific knowledge organization and autonomous task management for AI assistants",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-memory-taskmanager": "./dist/index.js",
"mcp-memory": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"prompts",
"memory",
"tasks"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "node --test",
"inspector": "npx @modelcontextprotocol/inspector node dist/index.js"
},
"keywords": [
"mcp",
"modelcontextprotocol",
"memory",
"taskmanager",
"ai",
"assistant",
"knowledge",
"sequential-thinking",
"domain-specific",
"coding",
"development",
"intelligent-agent",
"claude",
"trae",
"cursor",
"windsurf"
],
"author": {
"name": "Gabriel",
"email": "your-email@example.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gabriel/mcp-memory-taskmanager.git"
},
"bugs": {
"url": "https://github.com/gabriel/mcp-memory-taskmanager/issues"
},
"homepage": "https://github.com/gabriel/mcp-memory-taskmanager#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"zod": "^3.25.36",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/fs-extra": "^11.0.4",
"typescript": "^5.3.3"
},
"os": [
"win32",
"darwin",
"linux"
],
"preferGlobal": true,
"publishConfig": {
"access": "public"
},
"mcp": {
"server": {
"name": "memory",
"description": "Intelligent memory system with domain-specific organization",
"version": "1.0.0",
"capabilities": [
"tools",
"prompts",
"resources"
],
"domains": [
"frontend",
"backend",
"devops",
"mobile",
"data-science",
"security",
"testing",
"architecture"
]
}
}
}