cpi-mcp-server
Verified Safeby vadimklimov
Overview
The MCP server provides AI-powered applications with access to integration packages and artifacts within an SAP Cloud Integration tenant.
Installation
docker run -p 8080:8080 -e MCP_CPI_BASE_URL="https://{subdomain}.it-cpi{xxxxx}.cfapps.{region}.hana.ondemand.com/api/v1" -e MCP_CPI_TOKEN_URL="https://{subdomain}.authentication.{region}.hana.ondemand.com/oauth/token" -e MCP_CPI_CLIENT_ID="xxxxxxxxxx" -e MCP_CPI_CLIENT_SECRET="xxxxxxxxxx" -e MCP_CPI_TRANSPORT="http" vadimklimov/cpi-mcp-serverEnvironment Variables
- MCP_CPI_BASE_URL
- MCP_CPI_TOKEN_URL
- MCP_CPI_CLIENT_ID
- MCP_CPI_CLIENT_SECRET
- MCP_CPI_TRANSPORT
- MCP_CPI_PORT
- MCP_CPI_LOG_LEVEL
- MCP_CPI_LOG_FILE
- MCP_CPI_MAX_CONCURRENCY
- MCP_CPI_TIMEOUT
Security Notes
The server uses environment variables for sensitive credentials (OAuth client ID/secret), which is good practice. It explicitly warns about the lack of authorization capabilities when run in remote HTTP mode and discourages HTTP without transport-level security (HTTPS). Log files are created with 0o666 permissions, which is broad and could be a minor risk if sensitive data were logged and accessible on a multi-user system. No 'eval' or malicious patterns were identified.
Similar Servers
mcp
A central registry and collection of Model Context Protocol (MCP) servers and tools designed to enable AI agents to interact with various IBM and third-party resources and applications.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
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.
mcp-servers
An MCP Server for robust web content fetching, anti-bot bypassing, intelligent caching, and LLM-powered information extraction from the open internet, designed for agent-building frameworks and MCP clients.