sap-support-mcp
by arief135
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host interface to bind to. Defaults to '127.0.0.1'. | 127.0.0.1 |
| PORT | No | Port to listen on. Defaults to '3000'. | 3000 |
| SAP_USER | Yes | The technical user for SAP. | |
| SAP_CLIENT | Yes | The SAP client number. | |
| SAP_BASE_URL | Yes | The base URL of the SAP system. | |
| SAP_PASSWORD | Yes | The password for the SAP technical user. | |
| AUDIT_LOG_FILE | No | Path to the JSONL audit trail file. Defaults to 'audit/sap-support-mcp.audit.jsonl'. | audit/sap-support-mcp.audit.jsonl |
| MCP_AUTH_TOKEN | Yes | Bearer token required on every MCP request. No unauthenticated mode exists. Minimum 16 characters. | |
| USER_DENY_LIST | No | Optional. Merged on top of the built-in deny list. Deny always beats allow. | |
| USER_ALLOW_LIST | No | Optional. If set, only matching users can be targeted. Supports wildcards, e.g. 'SUPPORT_*,BUSINESS_*'. | |
| SAP_REJECT_UNAUTHORIZED | No | Set to 'false' only for a sandbox with a self-signed certificate. Defaults to 'true'. | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/arief135/sap-support-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server