
Use the GoodMem MCP with MCP clients like Claude Desktop, Cursor, or Windsurf to create AI agents with powerful skills that understand and interact with your data - it's free.
Use GoodMem MCPSign up for an Activepieces account and connect your GoodMem account to get started.
Get your MCP server URL and install it in your preferred AI client (Claude Desktop, Cursor, or Windsurf).
Simply ask your AI assistant to help you with GoodMem tasks, and it will handle the rest.

Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings

Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.

Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.

Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.

Permanently delete a memory and its associated chunks and vector embeddings.