Gmail + SAP MCP Server
by suryanandan1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENV_FILE | No | Path to .env file (used by MCP client configuration, not by server directly). | |
| GMAIL_SCOPES | No | Optional Gmail OAuth scopes (space-separated). Default allows reading, drafts, and sending. | |
| SAP_BASE_URL | No | The base URL of the SAP OData service (e.g., https://your-sap-host.example.com). Required if SAP_MOCK_MODE=false. | |
| SAP_PASSWORD | No | SAP password for basic auth. Required if SAP_MOCK_MODE=false and SAP_AUTH_TYPE=basic. | |
| SAP_USERNAME | No | SAP username for basic auth. Required if SAP_MOCK_MODE=false and SAP_AUTH_TYPE=basic. | |
| SAP_AUTH_TYPE | No | Authentication type: 'basic' or 'bearer'. Required if SAP_MOCK_MODE=false. | basic |
| SAP_MOCK_MODE | No | Set to 'true' to use mock SAP data. Set to 'false' for real SAP connection. | true |
| SAP_ODATA_PATH | No | The OData service path (e.g., /sap/opu/odata/sap/API_BUSINESS_PARTNER). Required if SAP_MOCK_MODE=false. | |
| SAP_VERIFY_SSL | No | Set to 'false' to disable SSL verification (not recommended for production). | true |
| ALLOW_SAP_WRITE | No | Set to 'true' to enable SAP write operations. | false |
| ALLOW_GMAIL_SEND | No | Set to 'true' to enable sending emails via Gmail. | false |
| SAP_BEARER_TOKEN | No | Bearer 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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