mcp-server-bbc
Verified Safeby leifermendez
Overview
An AI assistant that manages BuilderBot projects by listing, retrieving, creating, updating, deleting, and duplicating projects using a set of defined tools.
Installation
pnpm devEnvironment Variables
- BUILDERBOT_API_KEY
- OPENAI_API_KEY
Security Notes
The application is built using the VoltAgent framework and interacts with an external 'BuilderBot' API. It correctly retrieves the BUILDERBOT_API_KEY from environment variables. The API client uses HTTPS and includes basic error handling for common HTTP status codes. There are no apparent hardcoded sensitive credentials within the application logic, 'eval' usage, or other obvious malicious patterns. The 'install-docker.sh' script is for Docker installation and not part of the application's runtime security, but its execution requires root privileges.
Similar Servers
agent
The 1MCP agent acts as a proxy for the Model Context Protocol, managing various MCP servers, enabling application configuration consolidation, and providing tools for registry interaction and preset management.
tiger-linear-mcp-server
Provides LLMs with focused tools to interact with the Linear API for issue and project management.
tiger-gh-mcp-server
Provides focused tools to LLMs for interacting with GitHub repositories and data via the Model Context Protocol.
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.