Skip to main content
Glama

Webex MCP Server

.env.example810 B
# Webex MCP Server Configuration # Copy this file to .env and fill in your actual values # Required: Webex API Token (without 'Bearer ' prefix) # Get your token from: https://developer.webex.com # Note: Tokens expire every 12 hours and need renewal WEBEX_PUBLIC_WORKSPACE_API_KEY=your-webex-api-token-here # Optional: Webex API Base URL (defaults to https://webexapis.com/v1) # Only change this if you're using a different Webex environment WEBEX_API_BASE_URL=https://webexapis.com/v1 # User Information (for reference) WEBEX_USER_EMAIL=your-email@company.com # Optional: Server Mode (defaults to STDIO) # Set to 'http' for HTTP mode, 'sse' for SSE mode, or leave blank for STDIO MCP_MODE= # Optional: Port for HTTP/SSE mode (defaults to 3001) # Only used when running with --http or --sse flag PORT=3001

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server