slipstream
Install · 30 seconds

Add Slipstream in one line.

Slipstream is a hosted, remote MCP server — point any MCP client at the endpoint and call cached_fetch instead of a raw web fetch. Nothing to deploy.

Endpoint (Streamable HTTP): https://slipstream-pi.vercel.app/api/mcp

Claude Code

In Claude Code, run the one-line add command in your terminal.

claude mcp add --transport http slipstream https://slipstream-pi.vercel.app/api/mcp

Cursor / Windsurf / VS Code

In Cursor, Windsurf, or VS Code, add Slipstream to your MCP config (mcp.json).

{
  "mcpServers": {
    "slipstream": { "url": "https://slipstream-pi.vercel.app/api/mcp" }
  }
}

Claude Desktop

In Claude Desktop, bridge the remote server with mcp-remote (npx handles it).

{
  "mcpServers": {
    "slipstream": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://slipstream-pi.vercel.app/api/mcp"]
    }
  }
}

Then your agent has cached_fetch, whats_new, the hive-brain note tools, and the rest. See the full tool reference →