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-24 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/mcp-server@0.0.6

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry