From sap-cap-capire
Runs locally via @cap-js/mcp-server for CDS (Core Data Services) in SAP CAP. Provides tools, resources, and prompts for data modeling, service definition, and CAP app development.
npx claudepluginhub secondsky/sap-skills --plugin sap-cap-capireAdd to your .mcp.json:
{
"mcpServers": {
"sap-cap-capire": {
"command": "npx",
"args": [
"-y",
"@cap-js/mcp-server"
]
}
}
}npx