bx

grahambrooks/bx
★ 0 stars Rust Code/Dev Tools Updated today
bx is a missing primitive for running local binary STDIO MCP Servers. Similar to using npx/uvx/pipx but without the runtime dependencies for node or python.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bx": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "bx"
      ]
    }
  }
}

README Excerpt

`bx` is a missing primitive for running local binary STDIO MCP servers — similar to `npx`/`uvx`/`pipx`, but without dragging in a Node or Python runtime. It fetches the right binary for your platform from a GitHub release, caches it, and execs it with full stdio passthrough. ```sh bx grahambrooks/symgraph -- --version # latest release

Tools (7)

BX_GITHUB_API_BASEBX_LOGGITHUB_TOKENXDG_CACHE_HOMEpermissiveprojectstrict

Topics

climcp-server