MCP Server
MCP
MCP AutoMem
Graph-vector memory for AI assistants using FalkorDB and Qdrant
Install
npx -y @verygoodplugins/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://{endpoint}/mcp",
"headers": [
{
"description": "Bearer token for authentication (optional if using URL-based auth with ?api_token=...)",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"endpoint": {
"description": "Your deployed AutoMem MCP server URL (e.g., your-app.railway.app)",
"isRequired": true
}
}
},
{
"type": "sse",
"url": "https://{endpoint}/mcp/sse",
"headers": [
{
"description": "Bearer token for authentication (optional if using URL-based auth with ?api_token=...)",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"endpoint": {
"description": "Your deployed AutoMem MCP server URL (e.g., your-app.railway.app)",
"isRequired": true
}
}
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@verygoodplugins/mcp-automem",
"version": "0.10.0",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
streamable-http
sse
npm
By
Comments
Sign in to leave a comment