# io.github.KiMiGuel/claude-desktop-bridge (npm · claude-desktop-bridge)

Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)

- Trust score: 75/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- npm · `claude-desktop-bridge`: 75/100 (this document), [markdown](https://verifymcp.io/servers/kimiguel-claude-desktop-bridge/claude-desktop-bridge.md), [page](https://verifymcp.io/servers/kimiguel-claude-desktop-bridge/claude-desktop-bridge)

## Channel facts

- Registry: `npm`
- Package: `claude-desktop-bridge`
- Version: `1.0.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-09-21.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 95 dependencies flagged as unhealthy.
- **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 12 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 379 tokens (~75/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 43/100
  - Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 83/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 50% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.KiMiGuel/claude-desktop-bridge MCP server?

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

### Claude

```bash
claude mcp add kimiguel-claude-desktop-bridge -- npx -y claude-desktop-bridge
```

### Cursor

```json
{
  "mcpServers": {
    "kimiguel-claude-desktop-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "claude-desktop-bridge"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "kimiguel-claude-desktop-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "claude-desktop-bridge"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add kimiguel-claude-desktop-bridge -- npx -y claude-desktop-bridge
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kimiguel-claude-desktop-bridge": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "claude-desktop-bridge"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kimiguel-claude-desktop-bridge --command npx --arg -y --arg claude-desktop-bridge
```

### Hermes

```yaml
mcp_servers:
  kimiguel-claude-desktop-bridge:
    command: "npx"
    args: ["-y", "claude-desktop-bridge"]
```

### Netclaw

```json
{
  "McpServers": {
    "kimiguel-claude-desktop-bridge": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "claude-desktop-bridge"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add kimiguel-claude-desktop-bridge -t stdio -c npx -a -y claude-desktop-bridge
```

### Other

```json
{
  "mcpServers": {
    "kimiguel-claude-desktop-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "claude-desktop-bridge"
      ]
    }
  }
}
```

## 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-09-21 (score 75, +1)

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

### 2026-09-19 (score 74, +1)

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

### 2026-09-17 (score 73, +1)

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

### 2026-09-16 (score 72, +3)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-09 (score 69, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-08 (score 54)

First indexed and scored.

## MCP tools (5)

### `save_note` (~125 tokens)

Save a new note to the shared knowledge vault. Use for research findings, decisions, or context worth persisting across chat and code sessions. Pass `project` when the note is tied to a specific codebase/repo (e.g. the current working directory's folder or repo name) so it can be filtered later.

Input parameters:

- `content` (string, required): Body of the note
- `project` (string): Project/repo this note belongs to, if any
- `tags` (array): Optional tags for filtering later
- `title` (string, required): Short title for the note

### `get_notes` (~109 tokens)

Retrieve notes from the vault by id, by tag, by project, or the most recently updated ones. Use this for browsing/listing, not free-text search (use search_notes for that).

Input parameters:

- `id` (integer): Return exactly this note by id
- `limit` (integer): Max notes to return
- `offset` (integer)
- `project` (string): Only return notes saved under this project/repo
- `tags` (array): Only return notes containing all of these tags

### `search_notes` (~61 tokens)

Full-text search over note titles and content. Use this to find relevant past notes by keyword before starting new research.

Input parameters:

- `limit` (integer)
- `project` (string): Only search notes saved under this project/repo
- `query` (string, required)

### `update_note` (~58 tokens)

Update an existing note's title, content, tags, and/or project.

Input parameters:

- `content` (string)
- `id` (integer, required)
- `project` (string)
- `tags` (array)
- `title` (string)

### `delete_note` (~26 tokens)

Permanently delete a note from the vault by id.

Input parameters:

- `id` (integer, required)

## Diagnostics

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

## Score history

- 2026-09-21: 75
- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 73
- 2026-09-17: 73
- 2026-09-16: 72
- 2026-09-15: 69
- 2026-09-14: 69
- 2026-09-13: 69
- 2026-09-12: 69
- 2026-09-11: 69
- 2026-09-10: 69
- 2026-09-09: 69
- 2026-09-08: 54

## Common questions

### What is the io.github.KiMiGuel/claude-desktop-bridge MCP server?

io.github.KiMiGuel/claude-desktop-bridge is an MCP server listed in the public MCP registry as io.github.KiMiGuel/claude-desktop-bridge. Shared local knowledge vault MCP server for Claude Desktop (Chat + Code). This page covers its npm package (claude-desktop-bridge).

### Is the io.github.KiMiGuel/claude-desktop-bridge MCP server safe to use?

io.github.KiMiGuel/claude-desktop-bridge scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. 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.KiMiGuel/claude-desktop-bridge MCP server expose?

io.github.KiMiGuel/claude-desktop-bridge exposes 5 tools: save_note, get_notes, search_notes, update_note, delete_note. Their descriptions and schemas cost roughly 379 tokens of context every time the server is loaded.

### Is the io.github.KiMiGuel/claude-desktop-bridge MCP server still maintained?

io.github.KiMiGuel/claude-desktop-bridge is still listed as active in the MCP registry. We last reached this channel on 21 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.KiMiGuel/claude-desktop-bridge MCP server under?

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

## Links

- npm package: https://www.npmjs.com/package/claude-desktop-bridge
- Socket report: https://socket.dev/npm/package/claude-desktop-bridge
- Repository: https://github.com/KiMiGuel/Indepentest-CDB
- Changelog RSS feed: https://verifymcp.io/servers/kimiguel-claude-desktop-bridge/claude-desktop-bridge.xml
- Changelog JSON feed: https://verifymcp.io/servers/kimiguel-claude-desktop-bridge/claude-desktop-bridge.json
- HTML version of this page: https://verifymcp.io/servers/kimiguel-claude-desktop-bridge/claude-desktop-bridge
