yize/xswitch
A Chrome Extension for redirecting/forwarding request urls observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 94
- Release rhythm 61
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3156
- days_rel: 44
- days_push: 41
- n_releases_24m: 1
Adoption not part of the score
1074 stars · 144 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
XSwitch is a Chrome browser extension for redirecting and forwarding request URLs using browser-native APIs, with rule groups, CORS support, cache disabling, and a Monaco-based rule editor. It also ships a local stdio MCP server so AI clients like Claude Code can read and modify forwarding rules safely on the machine.
Use cases
- redirect production CDN assets to localhost during frontend development
- forward HTTPS URLs to a local dev server without security warnings
- enable CORS headers for specific domains while testing
- disable browser cache while debugging
- replace substrings or regex patterns in request URLs
- let an AI assistant manage redirect rules via MCP
When to choose
- you need request-level URL rewriting inside Chrome without a separate proxy server
- you want CORS or cache toggles per-site during development
- you prefer declarative JSONC rules with comments and autocomplete
When to avoid
- you need a system-wide or non-Chromium proxy solution
- you need to intercept or modify request/response bodies, not just URLs
- you use Windows for the MCP bridge, which only supports macOS and Linux
Facets
plugin · maturity active
proxy developer-tools plugin-system mcp developer-tools web-development browser-extensions browser-extension browser request-redirect url-forwarding chrome-extension cors rule-based-proxy ai-rule-configuration macos linux nodejs
2 sources
- readme: https://github.com/yize/xswitch · fetched 2026-08-28 · 30904ec39adf
- homepage: https://chrome.google.com/webstore/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg · fetched 2026-08-29 · ed8f3bb75691
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yize/xswitch | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem