Slipstream
Rank #58,708io.github.tathagat22/slipstream
Shared distillation cache for AI agents — every fetch ~73-89% fewer tokens via a shared cache.
Slipstream is a Model Context Protocol (MCP) server published by tathagat22. It ranks #58,708 of 115,460 servers tracked on MCP Toplist. Slipstream is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 1, 2026 and most recently updated on Jun 1, 2026.
Ranks ahead of 56,752 of 115,460 servers on MCP Toplist.
Use Slipstream
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http slipstream https://slipstream-pi.vercel.app/api/mcp[mcp_servers.slipstream]
url = "https://slipstream-pi.vercel.app/api/mcp"Add to ~/.codex/config.toml.
https://slipstream-pi.vercel.app/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"slipstream": {
"url": "https://slipstream-pi.vercel.app/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"slipstream": {
"type": "http",
"url": "https://slipstream-pi.vercel.app/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"slipstream": {
"serverUrl": "https://slipstream-pi.vercel.app/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"slipstream": {
"url": "https://slipstream-pi.vercel.app/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tathagat22%2Fslipstream)<a href="https://mcptoplist.com/server/io.github.tathagat22%2Fslipstream"><img src="https://mcptoplist.com/badge/io.github.tathagat22%2Fslipstream.svg" alt="MCP Toplist: #58,708 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
tathagat22
Other servers by tathagat22
View all tathagat22 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 1, 2026 |
Frequently asked questions
- Who maintains Slipstream?
- Slipstream is maintained by tathagat22, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Slipstream listed on the Official MCP Registry?
- Yes — Slipstream is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Slipstream have?
- MCP Toplist tracks 1 version of Slipstream, most recently published on Jun 1, 2026.
- Where can I find the source code for Slipstream?
- The source code for Slipstream is hosted at github.com/tathagat22/slipstream.