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.
Related MCP Servers
- AlicenseCqualityAmaintenanceA Model Context Protocol server that facilitates communication between ABAP systems and MCP clients, providing tools for managing ABAP objects, handling transport requests, and performing code analysis to enhance ABAP development workflows.10086175MIT
- AlicenseCquality-maintenanceAn MCP server that facilitates seamless interaction with SAP ABAP systems to manage development objects, transport requests, and source code. It provides a comprehensive suite of tools for performing syntax checks, object searches, and code modifications via the ADT API.100
- AlicenseCquality-maintenanceA Model Context Protocol server that facilitates seamless communication between ABAP systems and MCP clients for managing ABAP objects, transport requests, and code analysis. It acts as a wrapper for the ABAP ADT API to enhance the efficiency of ABAP development workflows.100
- AlicenseCqualityDmaintenanceAn MCP server that enables seamless communication between ABAP systems and MCP clients using the ABAP Development Tools (ADT) API. It provides tools for managing ABAP objects, handling transport requests, and performing code analysis directly through MCP-compatible interfaces.100MIT
Related MCP Connectors
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
A MCP server built for developers enabling Git based project management with project and personal…
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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