memory-mcp-server
The HPKV Memory MCP Server provides long-term memory capabilities for LLMs in the Cursor IDE, making AI coding assistants more reliable by allowing them to remember sessions and user preferences. It integrates with Cursor IDE through a structured rule document.
# Memory MCP Server - Cursor Rules The repository contains the Cursor rule document for integrating the HPKV Memory MCP Server with Cursor IDE. The Memory MCP Server enhances LLMs by providing long-term memory capabilities, allowing AI assistants in Cursor to remember conversations across sessions. Features include the ability to recall project structures, user preferences, previous explanations, and avoid failed approaches, improving reliability. ## Adding to Cursor IDE - Create a HPKV account and an API Key. - Configure the `mcp.json` file to add the Memory MCP Server. - Login to your HPKV account and select the API key. - Add the memory cursor rule to your project and set it to `Always`. ## Cursor Rule Document The `memory_tool_usage_guide.mdc` file provides guidelines on using memory tools, including search patterns, storage practices, and naming conventions. ## OAuth Troubleshooting If token refresh issues occur, disable the MCP server, terminate `mcp-remote` processes, clear the `.mcp-auth` folder, and re-enable the server. ## Learn More Visit the [blog post](https://hpkv.io/blog/2025/04/mcp-memory-with-hpkv) or the [HPKV documentation](https://hpkv.io/docs) for more details.
Tools
mcp-remote
Tools for connecting to remote Memory MCP Servers