@wild-moose/moose-cli
v0.1.10
Published
Wild Moose's command-line interface
Readme
@wild-moose/moose-cli
Wild Moose's command-line interface.
Installation
npm install -g @wild-moose/moose-cliGetting Started
Before using any CLI commands or MCP tools, authenticate with:
moose loginUsage
moose <command> [options]Commands
moose login- Authenticate with the Wild Moose servicemoose run-playbook- Run a playbook for alert linksmoose regression-test- Run regression testsmoose mcp- Start the MCP server
Run moose --help for full usage details.
MCP Server Configuration
Use the Wild Moose MCP server with any MCP-compatible client. No global install required - npx will fetch the package automatically.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"Wild Moose": {
"command": "npx",
"args": ["@wild-moose/moose-cli", "mcp"]
}
}
}See Cursor MCP docs for more info.
Add to your user or workspace .vscode/mcp.json:
{
"servers": {
"Wild Moose": {
"command": "npx",
"args": ["@wild-moose/moose-cli", "mcp"]
}
}
}Or open the Command Palette (Ctrl+Shift+P) and run MCP: Add Server.
claude mcp add wild-moose -- npx @wild-moose/moose-cli mcpSee Claude Code MCP docs for more info.
