MindCore Memory MCP for Cursor
io.github.woshilaohei/mindcore-memory
AI long-term memory MCP server with importance scoring and confidence calibration
client:Cursor
transport:stdio
runtime:pypi
Install MindCore Memory MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mindcore-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"mindcore-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs