Cap Js MCP Server

A Model Context Protocol (MCP) server for the SAP Cloud Application Programming Model (CAP). It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 109 · #7 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install Cap Js MCP Server

Claude Code

claude mcp add cap-js-mcp-server -- npx -y @cap-js/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cap-js-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cap-js/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @cap-js/mcp-server - published under the repo owner's npm scope (@cap-js)

registry namespace io.github.cap-js is GitHub-verified and matches the repo owner

03 · What Cap Js MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools, including search_model, search_docs.

The 2 tools it gives your agent

Extracted from the project's README - what mcp-server lets an agent do.

search_model
- This tool performs fuzzy searches against names of definitions from the compiled CDS model (Core Schema Notation).
search_docs
- This tool uses vector embeddings to locally search through preprocessed CAP documentation, stored as embeddings. The process works as follows:

Latest releases

v0.0.5 · 2026-04-27

Added · CLI argument management with --offline and --download-embeddings

v0.0.4 · 2026-03-06

Added · Support for MCP Bundles (Claude Desktop), Claude Code CLI plugin, and Claude Code MCP config · Support for MCP Registry

v0.0.3 · 2025-09-22

Changed · Slightly different rules to search docs when using cds CLI

04 · Who maintains Cap Js MCP Server

mcp-server is maintained by cap-js. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
coding agent - ranked #7 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
io.github.cap-js/mcp-server (active, first published 2026-03-09)
packages
npm:@cap-js/mcp-server

06 · Cap Js MCP Server FAQ

What is Cap Js MCP Server?

A Model Context Protocol (MCP) server for the SAP Cloud Application Programming Model (CAP). It runs locally over stdio via the published package.

Is Cap Js MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13. We re-verify nightly.

How do I install Cap Js MCP Server?

Run `npx -y @cap-js/mcp-server`. You can also paste the ready-made client config above.

Does Cap Js MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cap Js MCP Server

More coding agent MCP servers · Automatised Pipeline · Avrotize · Codealive MCP · Codeledger · Codesurface

More JavaScript MCP servers · AI Architect MCP Spec · Ceki Me MCP Server · Celigo · Prior · Browser · see all