MCP Server
MCP
Weasley DeepMind
Secure, fragment-based long-term memory for MCP-compatible AI agents.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "weasley-deepmind",
"version": "1.0.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "PostgreSQL connection URL for a database with pgvector installed.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
},
{
"description": "Apply pending database migrations before starting the stdio server.",
"format": "boolean",
"default": "true",
"name": "WEASLEY_DEEPMIND_AUTO_MIGRATE"
},
{
"description": "Optional embedding provider API key for semantic recall.",
"format": "string",
"isSecret": true,
"name": "EMBEDDING_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment