← Index

io.github.VelixarAi/memory

io.github.VelixarAi/memory·v0.2.4·Search
Quality Score
78
/100

Persistent memory for AI assistants. Store, search, and recall across sessions.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "velixar-mcp-server"
      ],
      "env": {
        "VELIXAR_API_KEY": "<your-velixar_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "velixar-mcp-server"
      ],
      "env": {
        "VELIXAR_API_KEY": "<your-velixar_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y velixar-mcp-server
§02  Environment variables
VELIXAR_API_KEY
requiredsecret

Your Velixar API key (get one free at velixarai.com)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search