Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>KortoLabs Proxy EngineNew to Visual Studio Code? Get it now.
KortoLabs Proxy Engine

KortoLabs Proxy Engine

Kortosystems

| (0) | Free
Transparent IDE sidecar for the Korto semantic caching LLM proxy.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

KortoLabs Proxy Engine

Korto

Transparent IDE sidecar for the Kotro Proxy Engine — a local LLM gateway with streaming semantic cache, PII redaction, and context compression for OpenAI and Anthropic APIs.

Works in VS Code, Cursor, and other VS Code–compatible editors.

Features

  • Zero-config sidecar — spawns the native proxy binary on startup
  • Semantic SSE cache — faster repeat prompts; X-KortoLabs-Cache: HIT on cache hits
  • Status bar — live cache result and compressor bytes saved (polls every 5s)
  • Operator dashboard — open from the status bar (http://127.0.0.1:9090/dashboard)
  • Isolated telemetry — /metrics and /dashboard bind to loopback by default, separate from LLM traffic
  • Context-aware cache keys — window_n strategy prevents false cache hits in multi-turn agent loops

Screenshots

Status bar

Kotro status bar showing cache hit and bytes saved

Dashboard

Kotro proxy operator dashboard

Install

  1. Install from the Marketplace (Install above), or:
    code --install-extension kortosystems.kortolabs-proxy-engine
    
  2. Reload the window. The sidecar starts automatically.
  3. Point your AI client at http://localhost:8080/v1 (OpenAI-compatible base URL).

Quick start (Cursor / VS Code)

  1. Set your provider API key in the environment or your agent config.

  2. Configure the extension (optional):

    Setting Default Maps to
    kortosystems.listenAddr :8080 KORTO_LISTEN_ADDR
    kortosystems.metricsAddr 127.0.0.1:9090 KORTO_METRICS_ADDR
    kortosystems.upstreamUrl https://api.openai.com KORTO_UPSTREAM_URL
    kortosystems.enableCache true KORTO_ENABLE_CACHE
    kortosystems.enableRedaction true KORTO_ENABLE_REDACTION
    kortosystems.enableCompression true KORTO_ENABLE_COMPRESSION
    kortosystems.enableMetrics true KORTO_ENABLE_METRICS
  3. Click the Kotro item in the status bar to open the dashboard.

Commands

Command Description
Korto: Open Dashboard Opens the local operator UI
Korto: Show Proxy Logs Opens the extension output channel

Architecture

IDE agent  →  localhost:8080/v1/*     (LLM proxy — may bind 0.0.0.0 in cluster mode)
Operator   →  127.0.0.1:9090/dashboard  (telemetry — loopback only by default)

Other install channels

  • npm: npm install -g @kortosystems/proxy-engine
  • Homebrew: brew tap ramairwing/tap && brew install kortolabs-proxy
  • GitHub Releases: ramairwing/kotro-proxy-engine

Documentation

Full engine docs, threat model, and observability spec: github.com/ramairwing/kotro-proxy-engine

License

MIT — Kortosystems

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft