session-bridge-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@session-bridge-mcpshow me my recent Codex sessions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
session-bridge-mcp
MCP (Model Context Protocol) server for cross-tool session reading and bidirectional incremental context sync.
Supports reading session history from Codex, Claude Code, and VS Code Copilot, with exact caller identification for all three tools (and extensible to other AI coding tools).
Tools
Tool | Description |
| Returns the calling tool's current thread/session ID from exact metadata or environment variables; supports Codex |
| Lists recent Codex, Claude Code, Kilo, and VS Code Copilot sessions with id, source, timestamp, project cwd, and summary |
| Reads a full session transcript; supports |
Related MCP server: Claude Session MCP
Usage
This is an MCP server — configure it in your MCP host:
Codex (~/.codex/config.toml)
[mcp_servers.session-bridge]
type = "stdio"
command = "npx"
args = ["-y", "session-bridge-mcp@0.2.0"]Claude Code (~/.claude/settings.json or project .claude/settings.json)
{
"mcpServers": {
"session-bridge": {
"type": "stdio",
"command": "npx",
"args": ["-y", "session-bridge-mcp@0.2.0"]
}
}
}Configuration
Environment Variable | Default | Description |
|
| Runtime state directory (watermark, etc.) |
| 自动探测 VS Code workspaceStorage | Optional direct path to the Copilot transcripts directory |
|
| Set to |
|
| Debug log path |
Development
# Build and test locally
node mcp-server.mjs --list
# Adapter architecture — add new tool support by pushing to `adapters` arrayLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Codebase graphs, caller impact analysis, and recorded project context for AI coding agents.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI coding assistants like Claude Code, Cursor, and Codex to share chat logs, terminal history, and session context with each other. Eliminates the need to re-explain context when switching between different AI coding tools.2-
- AlicenseAqualityDmaintenanceProvides Claude Code with programmatic session awareness to track context usage, session history, and task progress. It enables intelligent context reset recommendations and automatic synchronization of project planning documentation.5MIT
- AlicenseNot gradedqualityDmaintenanceEnables handoff of context between AI coding agents like Claude Code, Cursor, Codex, and Windsurf with built-in provenance tracking.10,385MIT
- AlicenseNot gradedqualityCmaintenancePersistent cross-session memory for AI coding assistants, automatically capturing and injecting context across sessions via MCP tools.611AGPL 3.0