| name | setup |
| description | Install and configure aflare, including the MCP server connection for Claude Code. |
| invocation | user |
| allowed-tools | Read, Edit, Write, Bash |
| version | 0.6.0 |
| author | aflare |
| license | AGPL-3.0 |
| compatibility | claude-code >= 0.7.0 |
| tags | ["setup","installation","configuration","mcp"] |
Overview
This skill installs and configures aflare, an AI-powered terminal workflow engine, and sets up the MCP server connection for Claude Code integration. It handles binary installation, PATH configuration, and MCP server setup.
Prerequisites
- Go 1.21+ (for building from source) OR a pre-built binary
- Git (for cloning or installing)
- Bash shell (Linux/macOS) or PowerShell (Windows)
Instructions
Step 1: Install aflare
Choose one of the following installation methods:
Option 1: Install Script (Linux/macOS)
curl -sL https://raw.githubusercontent.com/alib8b8/aflare/main/install.sh -o install.sh
bash install.sh
Option 2: Go Install
go install github.com/alib8b8/aflare/cmd/aflare@latest
Option 3: Download from Releases
Download the binary for your platform:
https://github.com/alib8b8/aflare/releases
Step 2: Verify Installation
aflare --version
aflare list
Step 3: Configure MCP Server
The MCP server is pre-configured in .mcp.json:
{
"mcpServers": {
"aflare": {
"type": "stdio",
"command": "aflare",
"args": ["--mcp-server"]
}
}
}
Claude Code will automatically start the MCP server when the plugin is activated.
Step 4: Create Configuration (Optional)
Create ~/.aflare/config.yaml: