Bring setup and memory capture closer to your work.
These open-source companions make the project easier to discover and use. The core MCP server remains the source of truth.
VS Code
Install setup helpers inside your editor.
The companion registers commands to copy the MCP configuration and open the docs. It does not require network access or collect telemetry.
View source ↗# package locally, then install the VSIX cd extensions/vscode npm install npx @vscode/vsce package code --install-extension repo-memory-*.vsix
Bing-compatible browser extension
Turn selected research into a memory prompt.
The Manifest V3 companion adds a context-menu action that formats selected text for a repo-memory correction or note. It never scrapes pages, sends data to a server, or claims direct MCP access.
View source ↗1. Open browser extensions 2. Enable Developer mode 3. Load unpacked → extensions/bing 4. Select text on Bing 5. Right-click → Copy as repo-memory prompt
Browser security boundary: ordinary browser extensions cannot directly invoke a local stdio MCP server. The browser companion copies a safe prompt for an AI client; a future native-messaging bridge can add direct integration with explicit user permission.