MCP MCP server · io.github.cap-js
io.github.cap-js/mcp-server
Model Context Protocol (MCP) server for AI-assisted development of CAP applications.
- host stars
- 112
- 30-day movement
- starts with the next reading
- Related entries
- 25
- Connections
- 2
npmlocalstdio
An MCP server that gives AI coding assistants access to SAP CAP project knowledge. It exposes two tools: search_model, which fuzzy-searches definitions in the compiled CDS model of your project, and search_docs, which searches locally preprocessed CAP documentation via vector embeddings.
Use it when you want an LLM to answer questions grounded in your actual CAP model and official CAP docs instead of guessing.
Use it to
- Search CDS definitions in the compiled model
- Query CAP documentation locally via embeddings
- Register the server in VS Code, Claude Code, or Codex
- Call the tools directly from the CLI
For Developers building SAP CAP applications with AI assistants
- Runs
- installed — on your machine
- Transport
- stdio
- Tools
- 2
- Packaged as
- npm:@cap-js/mcp-server
- Install
- npx -y @cap-js/mcp-server
- Version
- 1.0.0
- Last release
- 2026-03-09
topicssapcapcdsmcpdocumentation-searchai-assisted-development