cds-mcp
AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.
Summary
This skill integrates SAP Cloud Application Programming Model (CAP) documentation and CDS model search directly into Claude Code, enabling developers to quickly find CDS definitions, understand CAP best practices, and resolve development questions without leaving the terminal.
- It accelerates CAP project development by providing instant access to official SAP documentation and model references.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "cds-mcp": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/cds-mcp search cds entity definition for Books
How do I define an association in CAP CDS?
/cds-mcp doc cap annotations for validation
Security Audits
Frequently Asked Questions
What is cds-mcp?
This skill integrates SAP Cloud Application Programming Model (CAP) documentation and CDS model search directly into Claude Code, enabling developers to quickly find CDS definitions, understand CAP best practices, and resolve development questions without leaving the terminal. It accelerates CAP project development by providing instant access to official SAP documentation and model references.
How to install cds-mcp?
To install cds-mcp: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "cds-mcp": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is cds-mcp best for?
cds-mcp is a mcp categorized under Development. It is designed for: documentation, mcp. Created by SAP SE.
What can I use cds-mcp for?
cds-mcp is useful for: Search for CDS entity definitions and associations while modeling a data schema.; Look up CAP annotation syntax and usage examples when configuring UI or validation rules.; Find documentation for CAP service definitions and event handlers during backend development.; Resolve errors by searching CAP documentation for specific error codes or troubleshooting guides.; Explore CDS built-in types and functions when writing complex expressions in a CDS file.; Verify CAP project structure and best practices when setting up a new CAP application..