Skip to content

eldorauiofficial/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@eldoraui/cli

Official CLI for Eldora UI components and MCP configuration.

CLI

Installation

Global Installation

npm install -g @eldoraui/cli

Using npx (Recommended)

npx @eldoraui/cli@latest install <client>

Usage

Install MCP Configuration

eldoraui install <client>

Or with npx:

npx @eldoraui/cli install <client>

Supported Clients

  • cursor
  • windsurf
  • claude
  • cline
  • roo-cline

Examples

# Install for Cursor
eldoraui install cursor

# Install for Claude Desktop
eldoraui install claude

# Install for Windsurf
eldoraui install windsurf

Manual Installation

If you prefer to configure MCP manually, add this to your MCP config:

{
  "mcpServers": {
    "@eldoraui/mcp": {
      "command": "npx",
      "args": ["-y", "@eldoraui/mcp@latest"]
    }
  }
}

Development

# Clone the repository
git clone https://github.com/eldoraui/cli.git
cd cli

# Install dependencies
npm install

# Build the project
npm run build

# Run locally
npm start

# Development mode with auto-rebuild
npm run dev

License

ISC

About

Official Eldora UI CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors