MCP.so
ログイン

Basic Memory MCP Server Extension for Zed Editor

@ossfellow

Basic Memory MCP Server Extension for Zed Editor について

Basic Memory MCP server integration, for Zed Editor's Assistant.

基本情報

カテゴリ

メモリとナレッジ

ランタイム

rust

トランスポート

stdio

公開者

ossfellow

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "zed-mcp-server-basic-memory": {
      "command": "uv",
      "args": [
        "tool",
        "install",
        "basic-memory"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Basic Memory MCP Server Extension for Zed Editor?

This extension integrates Basic Memory as a context server for Zed Editor’s Assistant. Basic Memory lets you build persistent knowledge through natural conversations with Large Language Models, storing everything in Markdown files on your computer.

How to use Basic Memory MCP Server Extension for Zed Editor?

Install Python 3.12+, uv, and the basic-memory tool, then install the extension via Zed’s Extensions menu. Configure the context_servers JSON in your Zed settings with an optional project name. Once configured, use natural language prompts in the Zed Assistant to create, retrieve, or search your notes.

Key features of Basic Memory MCP Server Extension for Zed Editor

  • Integrates Basic Memory into Zed Editor’s Assistant
  • Stores all knowledge in local Markdown files
  • Supports multiple separate projects/knowledge bases
  • Optional per‑workspace project configuration
  • Requires Python 3.12+ and the uv package manager
  • Built as a WebAssembly extension for Zed

Use cases of Basic Memory MCP Server Extension for Zed Editor

  • Create notes about software architecture patterns through conversation
  • Retrieve what you already know about a programming concept
  • Search personal notes for specific topics like React hooks
  • Maintain separate knowledge bases for different codebases

FAQ from Basic Memory MCP Server Extension for Zed Editor

What are the prerequisites?

Python 3.12+ and uv installed.

How do I configure the project?

Add a settings object with an optional project key to the extension’s configuration in your Zed settings. The setting can be global or per‑project.

Does this extension work right now?

You can install it now, but full functionality requires Zed to support MCP tools, which is still in development. Follow Zed’s releases for updates.

Where are my notes stored?

In Markdown files on your computer, using Basic Memory’s default or specified project directory.

What license applies?

The extension is Apache 2.0; the separate basic-memory MCP server is AGPL‑3.0. You must comply with the AGPL‑3.0 license when using that server through the extension.

コメント

「メモリとナレッジ」の他のコンテンツ