← Index

io.github.cap-js/mcp-server

io.github.cap-js/mcp-server·v1.0.0·Other
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cap-js/mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cap-js/mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cap-js/mcp-server
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other