GCF Proxy
Rank #7,630io.github.blackwell-systems/gcf-proxy
Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.
GCF Proxy is a Model Context Protocol (MCP) server published by blackwell-systems. It ranks #7,630 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. GCF Proxy is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 11, 2026 and most recently updated on Jun 13, 2026.
Ranks ahead of 107,830 of 115,460 servers on MCP Toplist.
Use GCF Proxy
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gcf-proxy -- npx -y @blackwell-systems/gcf-proxy[mcp_servers.gcf-proxy]
command = "npx"
args = ["-y", "@blackwell-systems/gcf-proxy"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gcf-proxy": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gcf-proxy": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gcf-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gcf-proxy": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gcf-proxy": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}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.blackwell-systems%2Fgcf-proxy)<a href="https://mcptoplist.com/server/io.github.blackwell-systems%2Fgcf-proxy"><img src="https://mcptoplist.com/badge/io.github.blackwell-systems%2Fgcf-proxy.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
blackwell-systems
Other servers by blackwell-systems
View all blackwell-systems servers →Available versions (1)
| Version | Published |
|---|---|
| 0.10.2 | Jun 13, 2026 |
Frequently asked questions
- Who maintains GCF Proxy?
- GCF Proxy is maintained by blackwell-systems, which publishes 4 MCP servers (23 total versions) tracked on MCP Toplist.
- Is GCF Proxy listed on the Official MCP Registry?
- Yes — GCF Proxy is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does GCF Proxy have?
- MCP Toplist tracks 1 version of GCF Proxy, most recently published on Jun 13, 2026.
- Where can I find the source code for GCF Proxy?
- The source code for GCF Proxy is hosted at github.com/blackwell-systems/gcf-proxy.