@luna-oss/ruler-config
v5.0.0
Published
Multi-agent installer for the Moon MCP server (Cursor, Claude, Windsurf, Continue, …).
Readme
@luna-oss/ruler-config
Multi-agent installer for the Moon MCP server. Drops the right config file in the right place for each supported agent so consumers can wire Moon MCP in one command.
Supported targets
cursorclaudewindsurfcontinuevscode
CLI
# Install for every supported target in the current project.
npx luna-mcp-install --all
# Install for a specific subset.
npx luna-mcp-install --target cursor --target claude
# Install per-user instead of per-project.
npx luna-mcp-install --all --global
# Override the endpoint.
npx luna-mcp-install --all --endpoint https://mcp.example.comLibrary
import { installMoonMCPConfig } from "@luna-oss/ruler-config";
await installMoonMCPConfig({ targets: ["cursor", "claude"] });