CDS MCP Server
Provides tools for generating and validating SAP ABAP CDS Views, including creating views from requirements, validating syntax, generating UI/OData/Search annotations, suggesting associations and JOINs, and generating RAP behavior definitions and implementation stubs for use in Eclipse ADT.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CDS MCP ServerGenerate a CDS interface view for Sales Order with customer name and net amount."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CDS MCP Server
MCP Server สำหรับช่วยพัฒนา SAP ABAP CDS Views บน Eclipse ADT — deploy บน Vercel พร้อมใช้งาน
Tools ที่มี
Tool | ใช้ทำอะไร | Input |
| Generate CDS View จาก requirement | Text / table name |
| ตรวจ syntax + แก้ไข | CDS code |
| สร้าง UI/OData/Search annotations | CDS code / field list |
| แนะนำ Association & JOIN | Entity names |
| สร้าง RAP BDEF + implementation stub | View name / CDS code |
Related MCP server: ABAP-ADT-API MCP-Server
Setup
1. Clone & Install
git clone https://github.com/YOUR_USERNAME/cds-mcp-server.git
cd cds-mcp-server
npm install2. ตั้งค่า Environment
cp .env.example .env
# แก้ไข ANTHROPIC_API_KEY ใน .env3. รัน Local
npm run dev
# → http://localhost:3000/mcpDeploy บน Vercel
ผ่าน CLI
npm install -g vercel
vercel login
vercel env add ANTHROPIC_API_KEY
vercel --prodผ่าน GitHub (แนะนำ)
Push repo ขึ้น GitHub
ไปที่ vercel.com → Import Project
เพิ่ม Environment Variable:
ANTHROPIC_API_KEYDeploy → ได้ URL เช่น
https://cds-mcp-server.vercel.app
เชื่อมต่อกับ Claude Desktop
แก้ไขไฟล์ claude_desktop_config.json:
{
"mcpServers": {
"cds-assistant": {
"type": "http",
"url": "https://YOUR-PROJECT.vercel.app/mcp"
}
}
}ตัวอย่างการใช้งาน
หลัง connect แล้ว พิมพ์ใน Claude:
"Generate a CDS interface view for Sales Order with customer name and net amount from VBAK"
"Validate this CDS code and fix any issues: [paste code]"
"Generate UI annotations for List Report and Object Page for my ZI_PurchaseOrder view"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Palapangpond/sap-dev-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server