Skip to content
Cline

claude desktop bridge for Cline

io.github.kimiguel/claude-desktop-bridge

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

client:Cline transport:stdio runtime:npm

Install claude desktop bridge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "claude-desktop-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "claude-desktop-bridge"
      ],
      "env": {
        "VAULT_DIR": "<VAULT_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

claude desktop bridge in other clients