43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "awesome-memory",
|
|
"description": "Intelligent context persistence that automatically saves and restores your project state between Claude Code sessions",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Shaurgon",
|
|
"email": "shaurgon@gmail.com",
|
|
"url": "https://github.com/shaurgon"
|
|
},
|
|
"agents": [
|
|
"./agents/context-manager.md"
|
|
],
|
|
"commands": [
|
|
"./commands/context-save.md",
|
|
"./commands/context-restore.md"
|
|
],
|
|
"hooks": [
|
|
"./config/hooks.json"
|
|
],
|
|
"mcp": {
|
|
"conport": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"context-portal-mcp",
|
|
"conport-mcp",
|
|
"--mode",
|
|
"stdio",
|
|
"--log-level",
|
|
"INFO"
|
|
],
|
|
"description": "Context Portal - Architectural decision tracking and project context management"
|
|
},
|
|
"clickup": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@hauptsache.net/clickup-mcp"
|
|
],
|
|
"description": "ClickUp MCP - Task management and project tracking integration"
|
|
}
|
|
}
|
|
} |