mcp-abap-adt-proxy
Verified Safeby fr0ster
Overview
Proxies local MCP requests from SAP ABAP ADT clients to remote MCP servers, adding JWT authentication via service keys.
Installation
npx mcp-abap-adt-proxyEnvironment Variables
- CLOUD_LLM_HUB_URL
- MCP_HTTP_PORT
- MCP_SSE_PORT
- MCP_HTTP_HOST
- MCP_SSE_HOST
- LOG_LEVEL
- MCP_URL
- MCP_BROWSER_AUTH_PORT
- MCP_PROXY_UNSAFE
- MCP_PROXY_MAX_RETRIES
- MCP_PROXY_RETRY_DELAY
- MCP_PROXY_REQUEST_TIMEOUT
- MCP_PROXY_CIRCUIT_BREAKER_THRESHOLD
- MCP_PROXY_CIRCUIT_BREAKER_TIMEOUT
- MCP_TRANSPORT
- AUTH_BROKER_PATH
Security Notes
The server's design relies heavily on securely managed external service keys for authentication. Sensitive data (tokens, passwords, secrets) are redacted from logs. It defaults to in-memory session storage, with file-based persistence available via an explicit '--unsafe' flag. TLS certificate validation can be disabled via 'NODE_TLS_REJECT_UNAUTHORIZED=0', which poses a security risk if used in production.
Similar Servers
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
jetski
Jetski is an open-source platform providing analytics, authentication, and simplified client setup for Model Context Protocol (MCP) servers by acting as a proxy.
aicode-toolkit
An MCP proxy server that aggregates multiple Model Context Protocol (MCP) servers, enabling on-demand tool discovery and execution, thereby significantly reducing AI agent token usage and improving context window efficiency by loading tools progressively.
mcp-server
A Model Context Protocol (MCP) server designed to assist AI models in the development of SAP Cloud Application Programming Model (CAP) applications by providing tools for model analysis and documentation search.