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
bb server:stdioEnvironment 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
tiger-linear-mcp-server
This server acts as a wrapper for the Linear API, providing focused tools for LLMs to manage and query issue tracking and project data.
mcp
This MCP server assists developers by identifying inefficient or outdated npm packages in install commands and source files, providing migration documentation.
pipelex-mcp
Enables AI agents to build and execute Pipelex pipelines from natural language descriptions via the Model Context Protocol (MCP).
mcp-server-iris
Provides a Model Context Protocol (MCP) server for InterSystems IRIS database interaction, automation, and interoperability production management, allowing AI agents to query and control IRIS environments.