Skip to content
VS Code

0Latency Memory for VS Code

io.github.jghiglia2380/0latency

Persistent memory layer for AI agents. Sub-100ms recall, semantic search, knowledge graphs.

client:VS Code transport:sse

Install 0Latency Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "0latency": {
      "type": "sse",
      "url": "https://mcp.0latency.ai/mcp?key={api_key}"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

0Latency Memory in other clients