$ timeahead.in
/ servers/npm/@cap-js/mcp-server
npm

@cap-js/mcp-server

Model Context Protocol (MCP) server for AI-assisted development of CAP applications.

98 stars58k/wkupdated 7d agogithub ↗
89good
▣ Overview

What it does

This server exposes CAP (SAP Cloud Application Programming Model) projects to Claude through two specialized search tools. It provides semantic search over CAP documentation to find API patterns and guide best practices, and fuzzy search over compiled CDS model definitions to map project structure—entities, services, annotations, and HTTP endpoints. Designed for agentic coding, it lets Claude answer questions about your CAP project without needing to read individual .cds files.

Who it's for

Backend engineers building SAP Cloud applications who want Claude or another agentic IDE to understand their CAP project structure and guide development decisions against the official documentation.

Common use cases

  • Locate a specific CDS entity or service by name to understand relationships and HTTP endpoints.
  • Search CAP docs when creating or modifying a data model to confirm the correct API or annotation syntax.
  • Get Claude's suggested approach to common CAP patterns (joins, select expansion, authorization) grounded in official documentation.
  • Query project structure during code generation to ensure Claude generates code that integrates with existing services.

Setup pitfalls

  • The server reads and may write to your filesystem during CDS compilation; run it only in trusted development environments.
  • Requires a compiled CAP project with .cds files; missing or broken CDS files prevent model search from finding definitions.
  • Documentation embeddings are static; upgrade the package to access newer CAP documentation.
  • Agent clients must be explicitly configured to invoke these tools; default IDE configurations may not enable them.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
77
15.4
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
89.4
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "cap-jsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cap-js/mcp-server"
      ]
    }
  }
}
📈 Score historylast 32 snapshots
4/30/20266/10/2026 · 32 snapshots
⚙ Maintenance health
71/ 100 · is this project alive?
contributors (1y)10
top contributor share41%
releases (1y)5
last release43d ago
ci✓ passing
⛁ Raw data
weekly downloads58k
github stars98
forks17
open issues11
license✓ present
readme length6422 chars
last publish5d ago
last commit7d ago
last updated3d ago
install verified✗ fail · 29d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points