PluginBench
MCP Server

io.github.tathagat22/slipstream MCP Server

io.github.tathagat22/slipstream

What is the io.github.tathagat22/slipstream MCP server?

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

How to install io.github.tathagat22/slipstream

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "slipstream": {
      "url": "https://slipstream-pi.vercel.app/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "slipstream": {
      "serverUrl": "https://slipstream-pi.vercel.app/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "slipstream": {
      "type": "http",
      "url": "https://slipstream-pi.vercel.app/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "slipstream": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://slipstream-pi.vercel.app/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http slipstream https://slipstream-pi.vercel.app/api/mcp

Related MCP servers

Figma → code MCP: no rate limits, no metered quotas, verification loop. Works on every Figma plan.

View repository →