slipstream for Claude Desktop
io.github.tathagat22/slipstream
Shared distillation cache for AI agents — every fetch ~73-89% fewer tokens via a shared cache.
client:Claude Desktop
transport:streamable-http
tools:8
Install slipstream in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"slipstream": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://slipstream-pi.vercel.app/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs