MCP Server
MCP
RemembrallMCP
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "remembrallmcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PostgreSQL connection string with pgvector extension",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment