bluzername/claude-code-power-stack
Curated toolkit giving Claude Code persistent memory, cross-project search, structured planning, and session management
Platform-specific configuration:
{
"mcpServers": {
"claude-code-power-stack": {
"command": "npx",
"args": [
"-y",
"claude-code-power-stack"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE) [](https://github.com/bluzername/claude-code-power-stack/pulls) []() [](https://docs.anthropic.com/en/docs/claude-code)
Stop losing context. Start every session where you left off.
A curated toolkit that gives Claude Code persistent memory, cross-project search, structured planning, and session management - so you never repeat work across projects.
git clone https://github.com/bluzername/claude-code-power-stack.git && cd claude-code-power-stack && ./install.sh---
| Tool | What it solves | How it works | |------|---------------|-------------| | [Ghost](https://github.com/wcatz/ghost) | "I already figured this out last week" | MCP server that auto-captures decisions, mistakes, and patterns per project | | [cc-conversation-search](https://github.com/akatz-ai/cc-conversation-search) | "Where was I working on X?" | Cross-project semantic search across all Claude Code conversations | | Session naming | "Which session was the auth refactor?" | /rename-session command with structured naming convention | | Planning-with-files | "I lost track halfway through" | File-based working memory for complex, multi-step tasks |
Without With Power Stack
--------- ----------------
"What did I decide last week?" Ghost auto-captured it
"Which session had the auth work?" ccs "auth" finds it in seconds
"Where was I in this feature?" task_plan.md says Phase 3, next: tests
"I need to re-research everything" findings.md has all your notesLoading reviews...