mag-memory 0.1.7

MAG — Local MCP memory server with ONNX embeddings and semantic search
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "mcpServers": {
    "mag": {
      "command": "./target/release/mag",
      "args": ["serve"],
      "env": {
        "RUST_LOG": "info"
      }
    }
  }
}