zed-mcp-server-threadbridge

dereklei12/zed-mcp-server-threadbridge
★ 6 stars Rust 🧠 Memory/Knowledge Updated 19d ago
Model Context Protocol Server for persistent AI memory with hybrid semantic search on Zed
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zed-mcp-server-threa": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zed-mcp-server-threadbridge"
      ]
    }
  }
}