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.
基本情報
設定
以下の設定を使って、このサーバーを 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
uvpackage 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.
「メモリとナレッジ」の他のコンテンツ
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
コメント