Loading MCP server directory, please wait...
Secure, fragment-based long-term memory for MCP-compatible AI agents.
npx @getmcp/cli add io.github.potatohoney-p/weasley-deepmindRequires Node.js 18+. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL connection URL for a database with pgvector installed.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.potatohoney-p/weasley-deepmind": {
"command": "npx",
"args": [
"-y",
"weasley-deepmind",
"stdio"
],
"env": {
"DATABASE_URL": "",
"WEASLEY_DEEPMIND_AUTO_MIGRATE": "true",
"EMBEDDING_API_KEY": ""
}
}
}
}