Skip to content

Add mcp-memento extension#5327

Open
annibale-x wants to merge 1 commit intozed-industries:mainfrom
annibale-x:add-mcp-memento
Open

Add mcp-memento extension#5327
annibale-x wants to merge 1 commit intozed-industries:mainfrom
annibale-x:add-mcp-memento

Conversation

@annibale-x
Copy link

Summary

Add the mcp-memento extension to the Zed Extension Marketplace.

mcp-memento is a Zed context server extension that provides persistent, cross-session memory for AI agents via the Model Context Protocol (MCP). It allows AI assistants in Zed to store and retrieve structured knowledge across sessions using a local SQLite database.

Extension Details

How it works

The extension ships a native stub binary (pre-compiled for Windows, macOS arm64/x86_64, Linux arm64/x86_64) that Zed downloads from the GitHub release. The stub locates the system Python, sets up a virtual environment, installs mcp-memento from PyPI, and launches it as a context server.

Checklist

  • Extension ID does not contain "zed"
  • MIT license present in repo root
  • extension.toml is valid and present at integrations/zed/extension.toml
  • extensions.toml entry added with correct path = "integrations/zed"
  • pnpm sort-extensions run successfully
  • .gitmodules updated
  • Submodule points to main at v0.2.29
  • Tested on Windows, macOS, and Linux

@cla-bot cla-bot bot added the cla-signed label Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant