Home › Other › mcp-server

mcp-server

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

JavaScript
★ 112 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.6)

npx -y @cap-js/[email protected]

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry