Basic Memory MCP Server Extension for Zed Editor
@ossfellow
About Basic Memory MCP Server Extension for Zed Editor
Basic Memory MCP server integration, for Zed Editor's Assistant.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zed-mcp-server-basic-memory": {
"command": "uv",
"args": [
"tool",
"install",
"basic-memory"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Memory & Knowledge MCP servers
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook

Memory
modelcontextprotocolModel Context Protocol Servers
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Comments