f42bbs

foxtrot42mac/f42bbs
★ 0 stars Python Code/Dev Tools Updated today
F42BBS node — step server, bot, MCP, init script
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "f42bbs": {
      "command": "uvx",
      "args": [
        "f42bbs"
      ]
    }
  }
}

Or install with pip: pip install f42bbs

README Excerpt

FidoNet-style federated message network over HTTPS with end-to-end encryption. ```bash git clone https://github.com/foxtrot42mac/f42bbs cd f42bbs sudo bash init/f42bbs-init.sh --addr 1:42/4 --peer https://foxtrot42.org/bbs/f42bbs/inbound ``` Then on root node: `f42bbs-admin admit 1:42/4` → See [DEPLOY.md](DEPLOY.md) for full guide.