Skip to content
Jonathan D.A. Jewell edited this page Mar 24, 2026 · 1 revision

BoJ Server

Unified MCP server consolidating all hyperpolymath tooling into a single endpoint.

Quick Start

See the main README for installation and configuration.

git clone https://github.com/hyperpolymath/boj-server
cd boj-server/mcp-bridge && npm install
claude mcp add boj-server -- node mcp-bridge/main.js

Key Concepts

  • Single MCP endpoint -- BoJ (Bureau of Justice) unifies GitHub, GitLab, Cloudflare, Vercel, Verpex, Gmail, Calendar, browser automation, research, and ML into one server that Claude Code can call directly.
  • Cartridge system -- 50+ pluggable open-source service integrations. Each cartridge wraps an external service with a consistent invoke/info interface.
  • All MCP through BoJ -- hyperpolymath policy routes all MCP tool access through BoJ rather than standalone MCP servers.

Architecture

BoJ exposes a REST API (port 7700) with an MCP bridge layer that translates between Claude's MCP protocol and the internal cartridge/service dispatch.

See docs/ for architecture details.

Related Projects

  • PanLL -- Human-Things Interface that consumes BoJ services
  • Hypatia -- Neurosymbolic CI/CD scanning
  • VeriSimDB -- Cross-modal consistency engine
  • Gossamer -- Desktop app shell

Contributing

See CONTRIBUTING.md.

License

PMPL-1.0-or-later

Clone this wiki locally