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
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
Delphi-MCP-Server
Provides a Model Context Protocol (MCP) server implementation in Delphi to integrate AI agents like Claude Code with Delphi development workflows via an extensible tool and resource system.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
claude-faf-mcp
Provides AI-optimized context for software projects to large language models, enhancing collaboration and project understanding via 50+ specialized tools within Claude Desktop workflows.