Back to Home
franks42 icon

bb-mcp-server

by franks42

Overview

A modular platform for hosting AI coding agents and tools, enabling dynamic module loading and diverse communication transports (Stdio, HTTP, REST).

Installation

Run Command
bb server:stdio

Environment Variables

  • BB_MCP_EXTERNAL_MODULES
  • SENTE_BROWSER_ENABLED
  • SENTE_BROWSER_WS_PORT
  • SENTE_BROWSER_HTTP_PORT
  • SENTE_BROWSER_HOST

Security Notes

The `local-eval` and `nrepl` modules provide full server-side code execution capabilities with no sandbox restrictions. This is a powerful feature for development and dynamic loading but poses a significant security risk if the server is exposed to untrusted users or agents without robust authentication and authorization. While the `streamable-http` module offers optional middleware for CORS, rate limiting, and basic/API key authentication, these are not universally enforced by default across all transports or modules, and `sente-browser` explicitly notes no authentication for local development. Hardcoded secrets are discouraged, with recommendations for environment variables.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2026-01-19

Tags

MCPClojureBabashkaAIToolsModulesServerREPL