Claude Chat Bridge
Bridge conversations between Claude Chat (Desktop) and Claude Code (CLI)
Ask AI about Claude Chat Bridge
Powered by Claude Β· Grounded in docs
I know everything about Claude Chat Bridge. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
claude-chat-bridge
Bridge conversation context between Claude Chat (Desktop) and Claude Code (CLI).
Ideate in Chat, then seamlessly reference that context while developing in Code.
How it works
Claude Chat (Desktop) Claude Code (CLI)
β β
"Save this conversation" /list-chats
β β
MCP Server ββββ save βββββΆ ~/.claude-chat-bridge/sessions/
β
/import-chat 1
β
Context loaded
Setup
1. MCP Server (Claude Desktop)
npx claude-chat-bridge --setup
This automatically adds the MCP server to your Claude Desktop config. Restart Claude Desktop to connect.
Manual setup
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-chat-bridge": {
"command": "npx",
"args": ["claude-chat-bridge"]
}
}
}
Restart Claude Desktop to connect.
2. Claude Code Plugin
In Claude Code, run:
/plugin marketplace add cow-coding/claude-chat-bridge
/plugin install chat-bridge
Usage
Save a conversation in Claude Chat (Desktop)
During any chat, just say:
"Save this conversation"
Claude will call the save_conversation tool to store the conversation locally.
Load a conversation in Claude Code (CLI)
/chat-bridge:list-chats # List saved sessions (table view)
/chat-bridge:import-chat 1 # Load session #1 into context
/chat-bridge:delete-chat 2 # Delete session #2
MCP Tools
| Tool | Description |
|---|---|
save_conversation | Save conversation to local storage |
list_sessions | List all saved sessions |
get_session | Retrieve a specific session |
delete_session | Delete a session |
Storage
Sessions are stored as JSON files in ~/.claude-chat-bridge/sessions/.
License
MIT
