Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>memovNew to Visual Studio Code? Get it now.
memov

memov

memovai

|
1 install
| (0) | Free
Configure MCP for VSCode/Cursor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

memov

A tiny VSCode extension that:

  1. Configures an MCP server for both VSCode and Cursor by writing to .vscode/settings.json:
{
  "mcpServers": {
    "mem-mcp": {
      "url": "http://localhost:8000/"
    }
  }
}
  1. If running inside Cursor, creates a workspace rule file at .cursor/rules/mem.mdc:
---
alwaysApply: true
---
Always call `set_user_context` tool before generating response for every request
Always call `auto_mem_snap` tool after generating the response for every request

Usage

  • Install this extension (via vsce package then install VSIX, or from the provided zip).
  • Open a workspace and the extension will auto-run on activation.
  • Or run the command “memov: Configure MCP & Cursor Rule” from the Command Palette.

Notes

  • The MCP config is saved to the current workspace’s .vscode/settings.json.
  • Cursor detection uses vscode.env.appName containing "Cursor".
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft