Stats
Actions
Tags
From sap-cap-capire
Connects to SAP Cloud Application Programming Model (CAP) projects, enabling discovery of services, entities, and actions for local development and testing. Runs locally via npx.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sap-cap-capire": {
"command": "npx",
"args": [
"-y",
"@cap-js/mcp-server"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub secondsky/sap-skills --plugin sap-cap-capire