Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Zed Mcp Server Threadbridge

БесплатноНе проверен

Model Context Protocol Server for persistent AI memory with hybrid semantic search on Zed

GitHubEmbed

Описание

Model Context Protocol Server for persistent AI memory with hybrid semantic search on Zed

README

A Zed extension that provides persistent AI memory through the Model Context Protocol.

ThreadBridge remembers context across conversations using hybrid semantic search (Arctic Embed + BM25 + RRF) with a cognitive decay model (BLL).

Retrieval Benchmark

Runs entirely on local CPU with zero cloud dependency.

Config: Arctic Embed M (768d) + BM25 hybrid + RRF fusion + BLL reranker (30%). Top-20, threshold 0.15.

LoCoMo (Session-level, 1986 QA pairs)

LoCoMo Recall and NDCG

LongMemEval (Session-level, 500 questions)

LongMemEval Comparison

Per-question-type breakdown (LoCoMo)

LoCoMo Per-Type

Metric definitions

  • Recall@K (fractional): fraction of correct sessions retrieved in top-K unique sessions. Standard IR recall.
  • Recall_all@K (Ra@K): binary — 1.0 iff all correct sessions are in top-K, else 0.0. Used by MemGAS for direct comparability.
  • NDCG@K: normalized discounted cumulative gain at session level.
  • MRR: mean reciprocal rank of first correct session.

Notes

  • LoCoMo dataset contains 10 conversations / 1986 QA pairs (Maharana et al. 2024).
  • Baseline numbers from MemGAS Table 2&3 (recall_all definition confirmed via source code).
  • LongMemEval baseline from Table 2&3 (ICLR 2025), using Stella V5 + dense retrieval.
  • ThreadBridge reports both recall variants for transparency. The Ra@10 column is directly comparable to MemGAS.
  • End-to-end LLM-Judge scores (Hindsight, MemR3, Zep, Mem0) evaluate a different pipeline and are not comparable to retrieval-layer metrics.

Installation

From Extension Marketplace

  1. Open Zed
  2. Go to Extensions (cmd+shift+x)
  3. Search for "ThreadBridge"
  4. Click Install

ThreadBridge is now available in the Zed Extension Marketplace. The extension will automatically download the appropriate binary for your platform.

Local Installation (Dev)

Dev extensions are compiled locally by Zed, so this installation method requires Rust via rustup. Rust is not required when installing ThreadBridge from the Zed Extension Marketplace.

  1. Clone this repository:

    git clone https://github.com/dereklei12/zed-mcp-server-threadbridge.git
    
  2. In Zed, open the command palette (cmd+shift+p) and run zed: install dev extension, then select the cloned directory.

  3. The extension will automatically download the mcp-threadbridge binary from GitHub Releases on first use.

MCP Tools

Tool Description
load_thread Load saved conversation context for a project
save_thread Save current conversation context
search_memory Semantic search across project memory

Configuration

Optional settings in Zed:

  • project_path — project directory for memory storage (default: current working directory)
  • storage — where to store thread data:
    • "true" (default): local, at <project_path>/.threadbridge/
    • "false": global, at ~/.threadbridge/projects/
    • absolute path: custom location

Supported Platforms

  • macOS (Apple Silicon)
  • Linux (x86_64)
  • Windows (x86_64)

License

MIT

from github.com/dereklei12/zed-mcp-server-threadbridge

Установка Zed Mcp Server Threadbridge

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/dereklei12/zed-mcp-server-threadbridge

FAQ

Zed Mcp Server Threadbridge MCP бесплатный?

Да, Zed Mcp Server Threadbridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Zed Mcp Server Threadbridge?

Нет, Zed Mcp Server Threadbridge работает без API-ключей и переменных окружения.

Zed Mcp Server Threadbridge — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Zed Mcp Server Threadbridge в Claude Desktop, Claude Code или Cursor?

Открой Zed Mcp Server Threadbridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Zed Mcp Server Threadbridge with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai