BeClaude

cds-mcp

Official PluginDevelopmentby SAP SE

AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.

First seen 4/17/2026

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

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "cds-mcp": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

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.

Usage Examples

1

/cds-mcp search cds entity definition for Books

2

How do I define an association in CAP CDS?

3

/cds-mcp doc cap annotations for validation

View source on GitHub
documentationmcp

Security Audits

LicenseUnknownSourcePassRepositoryPass

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..