Cursor Memory MCP
@zjmwqx
Cursor Memory MCP について
The Cursor Memory MCP Server provides a powerful tool to assist in coding with cursor, enpower cursor to operate with memory, make coding taste much more dilicious
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cursor-memory-mcp": {
"command": "uv",
"args": [
"tool",
"install",
"cursor-memory-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Cursor Memory MCP?
The Cursor Memory MCP Server is a bridge between AI assistants and Cursor's project memory system through the Model Context Protocol (MCP). It enables AI models to automatically create and manage .mdc memory files in the .cursor/rules/ directory, helping developers preserve task execution context for future reference.
How to use Cursor Memory MCP?
Install the tool globally with uv tool install cursor-memory-mcp, then configure it in Cursor's MCP settings by adding a JSON entry with the command uv tool run cursor-memory-mcp. Add a user rule in Cursor settings instructing the agent to use cursor memory after task completion, then invoke the agent. The server exposes a create_cursor_memory tool with parameters task_summary, task_name, task_description, and project_path.
Key features of Cursor Memory MCP
- Automatically creates task memory files in
.cursor/rules/ - Generates properly formatted
.mdcfiles per Cursor specifications - Preserves task execution context for future reference
- Supports both Chinese and international content
- Works on Windows, macOS, and Linux
- Built on the MCP standard protocol for AI integration
Use cases of Cursor Memory MCP
- Record task execution history during step-by-step development in Cursor
- Provide previous context to AI assistants when resuming work on the same project
- Maintain a structured memory log for multi-language development projects
- Automatically timestamp duplicate memory files to avoid overwriting
FAQ from Cursor Memory MCP
What tool does Cursor Memory MCP provide?
It provides one tool: create_cursor_memory, which creates .mdc memory files with task summary, name, description, and project path.
What are the required parameters for creating memory?
task_summary (string), task_name (string), and project_path (string) are required. task_description is optional.
Where are the generated memory files stored?
Files are stored in the .cursor/rules/ directory of the specified project, with automatic timestamping if a duplicate name exists.
What are the validation rules for task names?
task_name must contain only letters, numbers, underscores, and hyphens. task_summary cannot be empty or whitespace only.
What runtime dependencies are required?
The server requires Python 3.11 or later and is installed via uv as a tool. It is cross-platform (Windows, macOS, Linux).
よくある質問
What tool does Cursor Memory MCP provide?
It provides one tool: `create_cursor_memory`, which creates `.mdc` memory files with task summary, name, description, and project path.
What are the required parameters for creating memory?
`task_summary` (string), `task_name` (string), and `project_path` (string) are required. `task_description` is optional.
Where are the generated memory files stored?
Files are stored in the `.cursor/rules/` directory of the specified project, with automatic timestamping if a duplicate name exists.
What are the validation rules for task names?
`task_name` must contain only letters, numbers, underscores, and hyphens. `task_summary` cannot be empty or whitespace only.
What runtime dependencies are required?
The server requires Python 3.11 or later and is installed via `uv` as a tool. It is cross-platform (Windows, macOS, Linux).
基本情報
「メモリとナレッジ」の他のコンテンツ
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Tempreon
TempreonPerson-owned, portable AI memory served over MCP. Your knowledge, preferences, and decisions — captured in one assistant, available in all of them.
Memlord
MyrikLDMemlord is a remote MCP server available at https://app.memlord.com.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
コメント