Skip to main content
Glama
suryanandan1

Gmail + SAP MCP Server

by suryanandan1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENV_FILENoPath to .env file (used by MCP client configuration, not by server directly).
GMAIL_SCOPESNoOptional Gmail OAuth scopes (space-separated). Default allows reading, drafts, and sending.
SAP_BASE_URLNoThe base URL of the SAP OData service (e.g., https://your-sap-host.example.com). Required if SAP_MOCK_MODE=false.
SAP_PASSWORDNoSAP password for basic auth. Required if SAP_MOCK_MODE=false and SAP_AUTH_TYPE=basic.
SAP_USERNAMENoSAP username for basic auth. Required if SAP_MOCK_MODE=false and SAP_AUTH_TYPE=basic.
SAP_AUTH_TYPENoAuthentication type: 'basic' or 'bearer'. Required if SAP_MOCK_MODE=false.basic
SAP_MOCK_MODENoSet to 'true' to use mock SAP data. Set to 'false' for real SAP connection.true
SAP_ODATA_PATHNoThe OData service path (e.g., /sap/opu/odata/sap/API_BUSINESS_PARTNER). Required if SAP_MOCK_MODE=false.
SAP_VERIFY_SSLNoSet to 'false' to disable SSL verification (not recommended for production).true
ALLOW_SAP_WRITENoSet to 'true' to enable SAP write operations.false
ALLOW_GMAIL_SENDNoSet to 'true' to enable sending emails via Gmail.false
SAP_BEARER_TOKENNoBearer token for bearer auth. Required if SAP_MOCK_MODE=false and SAP_AUTH_TYPE=bearer.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/suryanandan1/MCP-with-Gmail-and-SAP'

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