Solves the conversation handoff problem when you hit context limits or switch AI platforms mid-task. Exposes three MCP tools: compress_context takes a raw transcript and extracts goal, decisions, state, open threads, and next steps into a structured block; format_for_target adapts that block for Claude, ChatGPT, or Gemini; resume_context builds the full landing package. Runs compression through OpenAI, Google, Groq, or a custom endpoint with BYOK, or falls back to a hosted no-key lane. Installs via npx in Claude Desktop. Useful when you need to move a complex multi-turn conversation between providers without losing the thread or forcing the user to manually summarize progress.
claude mcp add --transport stdio prateekg7-context-bridge uvx context-bridge