Skip to content
VS Code

Korely Memory for VS Code

ai.korely/memory

Memory for AI agents that knows what is still true. Typed bi-temporal facts, EU-hosted.

client:VS Code transport:streamable-http

Install Korely Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory": {
      "type": "http",
      "url": "https://api.korely.ai/agent/mcp"
    }
  }
}

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

Korely Memory in other clients