Back to Home
digitalsamba icon

embedded-api-mcp-server

Verified Safe

by digitalsamba

Overview

Manage Digital Samba video conferencing platform resources (rooms, sessions, recordings, etc.) using natural language commands via AI assistants following the Model Context Protocol (MCP).

Installation

Run Command
npx digitalsamba-mcp --developer-key <YOUR_DEVELOPER_KEY>

Environment Variables

  • PORT
  • HOST
  • TRANSPORT
  • DIGITAL_SAMBA_DEVELOPER_KEY
  • DIGITAL_SAMBA_API_URL
  • NODE_ENV
  • DS_SHOW_VERSION_ON_START
  • DS_LOG_LEVEL
  • OAUTH_CLIENT_ID
  • OAUTH_CLIENT_SECRET
  • OAUTH_AUTHORIZE_URL
  • OAUTH_TOKEN_URL
  • OAUTH_REDIRECT_URI
  • OAUTH_ISSUER
  • OAUTH_API_URL
  • REDIS_URL

Security Notes

The server correctly uses environment variables for sensitive data like API keys and OAuth secrets. It implements a standard OAuth 2.0 authorization code flow with PKCE for enhanced security. Session management can use Redis for persistence and better security in production, with a fallback to in-memory storage (warned about data loss on restart). CORS is broadly enabled (`Access-Control-Allow-Origin: *`), which is common for public APIs but should be noted.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2026-01-19

Tags

Digital SambaMCPAI AssistantVideo ConferencingAPI Management