Files
cursor__plugins/third_party/mem/mcp.json
Cursor Agent 5316c39a47 Add Mem third-party MCP plugin
Mem ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:52 +00:00

9 lines
105 B
JSON

{
"mcpServers": {
"mem": {
"type": "http",
"url": "https://mcp.mem.ai/mcp"
}
}
}