Gcf Proxy MCP Server

Bidirectional MCP proxy that translates between JSON and GCF. Drop-in, zero changes to your server or client. Works with any structured data format. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-16 · ★ 8 · #242 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Gcf Proxy

Claude Code

claude mcp add blackwell-systems-gcf-proxy -- npx -y @blackwell-systems/gcf-proxy

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "blackwell-systems-gcf-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/gcf-proxy"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @blackwell-systems/gcf-proxy - published under the repo owner's npm scope (@blackwell-systems)

registry namespace io.github.blackwell-systems is GitHub-verified and matches the repo owner

03 · What Gcf Proxy can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.11.5 · 2026-08-16

Upgrade gcf-go to v1.7.1 (from v1.6.0), inheriting the int64 numeric domain (SPEC 2.3.2) and the decode quoted-key/array-value round-trip fix (SPEC 4.2). Encode-only proxy; no proxy code change; build and tests pass.

v0.11.4 · 2026-08-07

Upgrade gcf-go to v1.6.0, inheriting keyed-tabular map encoding (SPEC 7.2a), negative-zero canonicalization, and graph-header/symbol-ordering determinism. Encode-only proxy; no proxy code change; build and tests pass.…

v0.11.3 · 2026-07-13

Upgrade gcf-go to v1.5.0 (from v1.3.2). Inherited encoder fixes relevant to the proxy: graph edges are emitted in deterministic source-then-target order (SPEC 16.1); the --session path now uses stable session-global…

04 · Who maintains Gcf Proxy

gcf-proxy is maintained by blackwell-systems. We track 3 MCP servers from blackwell-systems - 3 actively maintained, 142 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from blackwell-systems.

  1. agent-lsp Orchestrates language servers into 65 code-intelligence tools across 30 languages, token-optimized. ★ 116
  2. knowing Content-addressed code graph with 22 MCP tools for AI agents. ★ 18

05 · Facts

category
other - ranked #242 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-16)
registry
io.github.blackwell-systems/gcf-proxy (active, first published 2026-06-13)
packages
npm:@blackwell-systems/gcf-proxy

06 · Gcf Proxy FAQ

What is Gcf Proxy?

Bidirectional MCP proxy that translates between JSON and GCF. Drop-in, zero changes to your server or client. Works with any structured data format. It runs locally over stdio via the published package.

Is Gcf Proxy still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Gcf Proxy?

Run `npx -y @blackwell-systems/gcf-proxy`. You can also paste the ready-made client config above.

Does Gcf Proxy run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gcf Proxy

More MCP servers to compare · Knowing · Bvcc Agent Wallet · Bloomfilter · Kontra MCP · FreeCAD MCP

More Go MCP servers · Bomly · Dryrun · Email (IMAP/SMTP) (boutquin) · Frugal · see all