← Back to Plugins
MCP Server MCP

MCP AutoMem

github By github 👁 1 views ▲ 0 votes

Graph-vector memory for AI assistants using FalkorDB and Qdrant

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...