Skip to content
VS Code

Kognite for VS Code

dev.kognite/memory

Hosted agent memory: store, search, and recall facts across sessions from any MCP client.

client:VS Code transport:streamable-http

Install Kognite in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory": {
      "type": "http",
      "url": "https://mcp.kognite.dev/mcp"
    }
  }
}

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

Kognite in other clients