Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.rahuljava2807/claude-bridge-mcp

NPM · @RAHULONRAMP2807/CLAUDE-BRIDGE-MCP · SCANNED SEP 20

Pipes Claude Code session output into Claude Chat — no more copy-paste between tools

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • Known CVEs were checked across the 155 of 156 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 155 of 156 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 772 tokens (~96/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "send_to_session" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.rahuljava2807/claude-bridge-mcp server?

io.github.rahuljava2807/claude-bridge-mcp runs locally as an npm package, launched with npx -y @rahulonramp2807/claude-bridge-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @rahulonramp2807/claude-bridge-mcp

# add to Claude Code
claude mcp add rahuljava2807-claude-bridge-mcp -- npx -y @rahulonramp2807/claude-bridge-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "rahuljava2807-claude-bridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rahulonramp2807/claude-bridge-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "rahuljava2807-claude-bridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rahulonramp2807/claude-bridge-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add rahuljava2807-claude-bridge-mcp -- npx -y @rahulonramp2807/claude-bridge-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rahuljava2807-claude-bridge-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@rahulonramp2807/claude-bridge-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rahuljava2807-claude-bridge-mcp --command npx --arg -y --arg @rahulonramp2807/claude-bridge-mcp
# ~/.hermes/config.yaml
mcp_servers:
  rahuljava2807-claude-bridge-mcp:
    command: "npx"
    args: ["-y", "@rahulonramp2807/claude-bridge-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "rahuljava2807-claude-bridge-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@rahulonramp2807/claude-bridge-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add rahuljava2807-claude-bridge-mcp -t stdio -c npx -a -y @rahulonramp2807/claude-bridge-mcp
// mcp.json
{
  "mcpServers": {
    "rahuljava2807-claude-bridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rahulonramp2807/claude-bridge-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@rahulonramp2807/claude-bridge-mcp@2.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 155 packages
Packages resolved 155
Deprecated 2
Stale 44
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~772 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_latest_output ~55

Read the most recent assistant message from a Claude Code session log. If session_id is omitted, the most recently updated session is used.

NameTypeReqDescription
session_idstringOptional session id. Defaults to the most recently modified session.

No output schema declared.

No examples provided.

get_session_context ~58

Return the last N messages from a session for full context injection. Defaults to 10.

NameTypeReqDescription
last_nnumberNumber of most recent messages to return (default 10).
session_idstringyesSession id to read.

No output schema declared.

No examples provided.

list_sessions ~23

List all recent Claude Code sessions with metadata, sorted by most recently updated.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

send_to_session ~197

Queue a prompt for a Claude Code session via ~/.claude/bridge-inbox/<session_id>.txt (cooperative dispatch). Overwrites any pending prompt for that session so the inbox always holds only the latest instruction. Also writes a human-readable receipt to ~/.claude/bridge-inbox/latest.md. Returns a setup_instruction string that the user pastes into their Claude Code terminal once per session; after that, Claude Code will check the inbox before each response, act on whatever is there, and delete it. If /remote-control is active on the target session, remote_control_url is included so the user can watch responses live. Use dry_run=true to preview without writing.

NameTypeReqDescription
dry_runbooleanIf true, return what would be written without writing. Default false.
promptstringyesThe user message to inject into the session.
session_idstringyesTarget session UUID. Get from list_sessions.

No output schema declared.

No examples provided.

setup_drive_sync ~134

Authorize Google Drive upload for the bridge context. Opens a browser consent screen using OAuth credentials at ~/.claude/bridge-google-credentials.json, stores the refresh token at ~/.claude/bridge-google-token.json, then performs an initial upload of the current bridge context as a Google Doc named 'claude-bridge-context'. Requires GOOGLE_DRIVE_ENABLED=true in the server environment for auto-sync to actually push.

NameTypeReqDescription
open_browserbooleanAuto-open the consent URL in the default browser (default true).
timeout_secondsnumberHow long to wait for the consent redirect before giving up (default 300).

No output schema declared.

No examples provided.

start_auto_sync ~136

Start a background loop that rewrites ~/.claude/bridge-context.md and ~/Documents/claude-bridge-context.md every N seconds (default 30) with the latest session output. Call again to restart with new options. The loop runs inside this MCP server process and stops when the server exits.

NameTypeReqDescription
interval_secondsnumberPolling interval in seconds (default 30, minimum 5).
last_nnumberNumber of most recent messages to include each tick (default 20).
session_idstringOptional session id to pin. Defaults to whichever session is most recent at each tick.

No output schema declared.

No examples provided.

watch_session ~52

Start watching a session file (polls every 2s). On subsequent calls for the same session, returns any new messages that appeared since the last call.

NameTypeReqDescription
session_idstringyesSession id to watch.

No output schema declared.

No examples provided.

write_context ~117

Write the last N messages of a Claude Code session to ~/.claude/bridge-context.md and ~/Documents/claude-bridge-context.md as formatted markdown. If session_id is omitted, uses the most recently updated session. Designed to pair with a Google Drive-synced ~/Documents so Projects Claude can read live Claude Code output via its Drive connector.

NameTypeReqDescription
last_nnumberNumber of most recent messages to include (default 20).
session_idstringOptional session id. Defaults to the most recently modified session.

No output schema declared.

No examples provided.

Common questions

What is the io.github.rahuljava2807/claude-bridge-mcp server?

io.github.rahuljava2807/claude-bridge-mcp is listed in the public MCP registry as io.github.rahuljava2807/claude-bridge-mcp. Pipes Claude Code session output into Claude Chat, no more copy-paste between tools. This page covers its npm package (@rahulonramp2807/claude-bridge-mcp).

Is the io.github.rahuljava2807/claude-bridge-mcp server safe to use?

io.github.rahuljava2807/claude-bridge-mcp scores 83 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.rahuljava2807/claude-bridge-mcp server expose?

io.github.rahuljava2807/claude-bridge-mcp exposes 8 tools: get_latest_output, list_sessions, get_session_context, watch_session, write_context, and 3 more. Their descriptions and schemas cost roughly 772 tokens of context every time the server is loaded.

Is the io.github.rahuljava2807/claude-bridge-mcp server still maintained?

io.github.rahuljava2807/claude-bridge-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.rahuljava2807/claude-bridge-mcp server under?

io.github.rahuljava2807/claude-bridge-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.