Mmcp.market

Claude Desktop Bridge MCP server

by KiMiGuel·io.github.KiMiGuel/claude-desktop-bridge·v1.0.0

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

B82/100grade B
What users say
No reviews yet
Be the first
Safety scan
B82/100

full report

Adoption
Growing

0 stars52 downloads/wk

Reviews

Write one

Nobody has reviewed Claude Desktop Bridge yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Claude Desktop Bridge tools (5, 2 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • delete_notewrite action

    Permanently delete a note from the vault by id.

  • get_notes

    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).

  • save_note

    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.

  • search_notes

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

  • update_notewrite action

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

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

1 medium
  • Code scan3 source files scanned20/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 11 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10

Findings (1)

  • mediumeval / new Function usedexec.eval
    server/index.js: …ode, sch); const makeValidate = new Function(`${names_1.default.self}`, `${names_1.de…
Overall 82/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y claude-desktop-bridge on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add claude-desktop-bridge -- npx -y claude-desktop-bridge
Add to Cursor

Claude Desktop Bridge: common questions

Is Claude Desktop Bridge MCP server safe?
Mostly: it is graded B (82/100). Read the Claude Desktop Bridge safety report
How do I install Claude Desktop Bridge?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Claude Desktop Bridge need an API key?
No secret keys are declared. It reads 1 setting from the environment.
Is Claude Desktop Bridge maintained?
The last commit was 12 days ago (2026-09-09). The latest release is v1.0.0.

More from KiMiGuel