MCP AutoMem✓
io.github.verygoodplugins/mcp-automem · v0.10.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.verygoodplugins/mcp-automem",
"description": "Graph-vector memory for AI assistants using FalkorDB and Qdrant",
"title": "MCP AutoMem",
"repository": {
"url": "https://github.com/verygoodplugins/mcp-automem",
"source": "github"
},
"version": "0.10.0",
"websiteUrl": "https://automem.ai/?utm_source=mcp-registry",
"packages": [
{
"registryType": "npm",
"identifier": "@verygoodplugins/mcp-automem",
"version": "0.10.0",
"transport": {
"type": "stdio"
}
}
],
"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
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}