Blitz Strike
MCP ServerA penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.
- mcp-server
- security
- pentest
- methodology
A local, read-only MCP server that lets Claude Desktop read your Claude Code session history from ~/.claude, with secret redaction.
Claude Desktop cannot see the sessions your terminal Claude Code runs have already finished — Remote Control steers a live session, not the record. cc-readback is the read path: a local MCP server over ~/.claude with tools like briefing, list_projects, list_sessions, and get_session_digest. Nothing listens on a port, nothing leaves your machine, tool output and thinking blocks are never read, and every returned string passes through secret redaction first.
For developers who live in Claude Code in the terminal but keep a Claude Desktop window open: get a cross-session briefing — what shipped today, what is waiting on a decision — without grepping ~/.claude/projects by hand.
# Requires Node 22.13+; Claude Desktop and/or Claude Code
# One click (Desktop): open the .mcpb from GitHub Releases
# (Settings → Extensions), then fully quit (Cmd-Q) and reopen Desktop
# From source (Desktop + Claude Code):
git clone https://github.com/affirmitv/cc-readback && cd cc-readback
npm install && npm run build
node dist/cli.js install all
# optional: skip Desktop tap-to-approve
# { "permissions": { "allow": ["mcp__readback__*"] } } in ~/.claude/settings.jsonThe npm install form is still listed as 'once published' in the README, so use the .mcpb or source route today. It is a read-only view of history, not memory and not sync — it shows what Claude Code chose to write to disk, nothing more.
Repository
affirmitv/cc-readbackCharted
A penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.
Red Hat's "ripgrep for AI context" — a C++23 zero-dependency CLI that also speaks MCP.
One shared session memory for 25+ coding agents — Claude Code, Codex, and Cursor finally remember the same project.