@we-scrum/cli
v1.0.4
Published
Cli tool for we-scrum application
Downloads
497
Readme
@we-scrum/cli
Command-line tool and MCP server for the we-scrum application.
Installation
npm install -g @we-scrum/cliAuthentication
Authentication uses Google OAuth2. Credentials are stored locally in ~/.we-scrum.json and refreshed automatically on each use.
we-scrum login # Authenticate with your Google account
we-scrum logout # Remove stored credentialsCommands
Select a project
we-scrum use-project # Interactive project picker
we-scrum use-project --projectId <id> # Set project directlyThe selected project is persisted in ~/.we-scrum.json and used by all subsequent commands.
MCP server
Start the we-scrum MCP server over stdio transport:
we-scrum mcp
we-scrum mcp --projectId <id> # Override the active project for this sessionMCP integration
Add the following to your MCP client configuration (e.g. Claude Desktop):
{
"mcpServers": {
"we-scrum": {
"command": "we-scrum",
"args": ["mcp"]
}
}
}Available tools
| Tool | Description |
|------|-------------|
| get_next_task | Get the next pending task (status: ToDo) for a story, including its description, type template, section analysis, and the IDs needed to start or complete it. |
Requirements
- Node.js 22+
