Skip to content
VS Code

slipstream for VS Code

io.github.tathagat22/slipstream

Shared distillation cache for AI agents — every fetch ~73-89% fewer tokens via a shared cache.

client:VS Code transport:streamable-http tools:8

Install slipstream in VS Code

.vscode/mcp.json

{
  "servers": {
    "slipstream": {
      "type": "http",
      "url": "https://slipstream-pi.vercel.app/api/mcp"
    }
  }
}

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

What VS Code can do once it is connected

slipstream in other clients