# io.github.rahuljava2807/claude-bridge-mcp (npm · @rahulonramp2807/claude-bridge-mcp)

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

- Trust score: 67/100 (medium)
- Change this week: −9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@rahulonramp2807/claude-bridge-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/rahuljava2807-claude-bridge-mcp/rahulonramp2807-claude-bridge-mcp.md), [page](https://verifymcp.io/servers/rahuljava2807-claude-bridge-mcp/rahulonramp2807-claude-bridge-mcp)

## Channel facts

- Registry: `npm`
- Package: `@rahulonramp2807/claude-bridge-mcp`
- Version: `2.2.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 85/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (145 of 163), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (145 of 163), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 108 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 772 tokens (~96/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add rahuljava2807-claude-bridge-mcp -- npx -y @rahulonramp2807/claude-bridge-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rahuljava2807-claude-bridge-mcp --command npx --arg -y --arg @rahulonramp2807/claude-bridge-mcp
```

### Hermes

```yaml
mcp_servers:
  rahuljava2807-claude-bridge-mcp:
    command: "npx"
    args: ["-y", "@rahulonramp2807/claude-bridge-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "rahuljava2807-claude-bridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rahulonramp2807/claude-bridge-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 67, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 64, +59)

- [security regression] Provenance: unverified → fail
- [security improvement] CVE-2026-14257 no longer affects this package
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-07-31 (score 5, −34)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 39, −37)

- [security regression] Install scripts: pass → unverified
- [security regression] Known CVEs: fail → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] CVE-2026-14257 no longer affects this package
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-07-27 (score 76)

First indexed and scored.

## MCP tools (8)

### `get_latest_output` (~55 tokens)

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

Input parameters:

- `session_id` (string): Optional session id. Defaults to the most recently modified session.

### `list_sessions` (~23 tokens)

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

### `get_session_context` (~58 tokens)

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

Input parameters:

- `last_n` (number): Number of most recent messages to return (default 10).
- `session_id` (string, required): Session id to read.

### `watch_session` (~52 tokens)

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.

Input parameters:

- `session_id` (string, required): Session id to watch.

### `write_context` (~117 tokens)

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.

Input parameters:

- `last_n` (number): Number of most recent messages to include (default 20).
- `session_id` (string): Optional session id. Defaults to the most recently modified session.

### `start_auto_sync` (~136 tokens)

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.

Input parameters:

- `interval_seconds` (number): Polling interval in seconds (default 30, minimum 5).
- `last_n` (number): Number of most recent messages to include each tick (default 20).
- `session_id` (string): Optional session id to pin. Defaults to whichever session is most recent at each tick.

### `send_to_session` (~197 tokens)

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.

Input parameters:

- `dry_run` (boolean): If true, return what would be written without writing. Default false.
- `prompt` (string, required): The user message to inject into the session.
- `session_id` (string, required): Target session UUID. Get from list_sessions.

### `setup_drive_sync` (~134 tokens)

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.

Input parameters:

- `open_browser` (boolean): Auto-open the consent URL in the default browser (default true).
- `timeout_seconds` (number): How long to wait for the consent redirect before giving up (default 300).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/rahuljava2807-claude-bridge-mcp/rahulonramp2807-claude-bridge-mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 64
- 2026-08-01: 5
- 2026-07-31: 5
- 2026-07-30: 39
- 2026-07-28: 76
- 2026-07-27: 76

## Links

- npm package: https://www.npmjs.com/package/@rahulonramp2807/claude-bridge-mcp
- Socket report: https://socket.dev/npm/package/@rahulonramp2807/claude-bridge-mcp
- Repository: https://github.com/rahuljava2807/claude-code-bridge-mcp
- Changelog RSS feed: https://verifymcp.io/servers/rahuljava2807-claude-bridge-mcp/rahulonramp2807-claude-bridge-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/rahuljava2807-claude-bridge-mcp/rahulonramp2807-claude-bridge-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/rahuljava2807-claude-bridge-mcp/rahulonramp2807-claude-bridge-mcp
