MCP Server
Active
MIT
io.github.blackwell-systems/gcf-proxy MCP Server
io.github.blackwell-systems/gcf-proxy
What is the io.github.blackwell-systems/gcf-proxy MCP server?
Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.
How to install io.github.blackwell-systems/gcf-proxy
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gcf-proxy": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gcf-proxy": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gcf-proxy": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gcf-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blackwell-systems/gcf-proxy"
]
}
}
}Claude Code
claude mcp add gcf-proxy -- npx -y @blackwell-systems/gcf-proxyRelated MCP servers
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
68
View repository →Go
MIT