Getting Started

Quickstart

Install the CLI and run your first command in 60 seconds. Requires Node.js ≥ 18. No API key needed for core commands.

1 · Install the CLI

@blueagent/cliCLI
# 1. install
$ npm install -g @blueagent/cli

# 2. install skill files (grounding knowledge)
$ blue init

# 3. run your first command
$ blue idea "DeFi protocol for Base"

# verify your setup
$ blue doctor

2 · Other ways in

3 · Load into your IDE (MCP)

Point Claude Code, Cursor, or Claude Desktop at the remote MCP server — nothing to install:

MCP configMCP
{
  "mcpServers": {
    "blue-agent": { "url": "https://blueagent.dev/api/mcp" }
  }
}
What's next?
Explore the 24 CLI commands, browse the 40 skill files, or read how credits & tiers work in Blue Chat.