Weasley DeepMind for Cursor
io.github.potatohoney-p/weasley-deepmind
Secure, fragment-based long-term memory for MCP-compatible AI agents.
client:Cursor
transport:stdio
runtime:npm
Install Weasley DeepMind in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"weasley-deepmind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"weasley-deepmind"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"WEASLEY_DEEPMIND_AUTO_MIGRATE": "<WEASLEY_DEEPMIND_AUTO_MIGRATE>",
"EMBEDDING_API_KEY": "<EMBEDDING_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs