VBMCP
Verified Safeby VBMSaaS
Overview
Integrate VBMSaaS platform with AI Agents and IDEs via Model Context Protocol for automated resource, menu, page, and data management.
Installation
vbmcpEnvironment Variables
- VBMSAAS_API_URL
- VBMSAAS_ACCESS_KEY
- VBMSAAS_PLATFORM_ID
- VBMSAAS_ACCOUNT
- VBMSAAS_PASSWORD
- VBMSAAS_PARTITION_ID
- JWT_SECRET
- SERVER_NAME
- SERVER_VERSION
- API_TIMEOUT
Security Notes
The `AuthStorageService` and `CredentialsStorageService` use Base64 encoding, not strong encryption, for storing sensitive data (API tokens, secrets, user credentials) on the file system in `.env.auth` and `.env.credentials`. While file permissions (`0o600`) restrict access, a compromised host can easily decode this data. The `JWT_SECRET` has a default placeholder value which must be changed in production. The server logs potentially sensitive API request/response data to `stderr` and a local log file, which could expose confidential information if not securely managed. The use of HMAC-SHA1 for API request signing is a positive security practice for request integrity and authenticity.
Similar Servers
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.