rewelo MCP server
Prioritise a backlog with the relative weight method: score, rank, simulate and plan tickets
2 stars
Reviews
Write oneNobody has reviewed rewelo yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
rewelo tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- Code scan91 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the rewelo repository's README, as published. We do not edit it. Read it on GitHub
Rewelo
Warning: This is experimental software. It comes without support and is not intended for production use.
A prioritization tool that uses the relative weight method to rank stories and tickets by different criteria. Built on SQLite (Node's built-in node:sqlite) for embedded, zero-dependency data storage, exposed through a CLI or as a Docker-based MCP server.
- Website and docs
- Blogpost
- Initial Idea
How It Works
Each ticket is scored on four dimensions using the agile Fibonacci scale (1, 2, 3, 5, 8, 13, 21):
From these, the tool calculates priority at runtime:
Value = Benefit + Penalty
Cost = Estimate + Risk
Priority = Value / CostHigher priority means better return on investment. Relative weights normalize scores across the full backlog or within a tagged subset (e.g. a feature). See calculations.md for the full specification.
Tags
Tickets are organized through a flexible tag system using prefix:value pairs. Tags replace fixed fields for state, feature grouping, and any other classification:
- state:backlog, state:wip, state:done
- feature:checkout, feature:auth
- team:platform, priority:critical
Every tag assignment and removal on a ticket is tracked in an audit log, enabling lead time and cycle time calculations from state: tag transitions.
Revision History
The tool maintains full revision history at two levels:
- Ticket revisions -- snapshots of content (title, description, scores) and tags before each change
- Tag revisions -- snapshots of tag definitions (prefix, value) before renames or edits
This means you can reconstruct the exact state of any ticket at any point in time.
Data Model
The database schema is defined in db/create.sql and documented as DBML in db/model.dbml.
projects
+-- tickets (B, P, E, R scores)
| +-- ticket_revisions (content + tag snapshots)
+-- tags (prefix:value pairs)
| +-- tag_revisions
+-- ticket_tags (current assignments)
+-- ticket_tag_changes (audit log: added/removed)
+-- ticket_relations (blocks, depends-on, relates-to)
+-- ticket_deletions (deleted tickets, for project diff)
+-- weight_configs (per-project B/P/E/R weights)Tech Stack
- SQLite -- embedded database via Node's built-in node:sqlite, no server and no native modules required
- TypeScript -- CLI application and business logic
- Commander.js -- command-line interface
- Docker -- containerized deployment, also usable as an MCP server
CLI Commands
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y rewelo on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add rewelo -- npx -y rewelo
rewelo: common questions
- Is rewelo MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the rewelo safety report
- How do I install rewelo?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does rewelo need an API key?
- No secret keys are declared. It reads 1 setting from the environment.
- Is rewelo maintained?
- The last commit was in the last day (2026-09-25). The latest release is v0.7.1.
- What can I use instead of rewelo?
- Servers from other publishers that do the same job: Namera MCP server, three.ws Signals MCP server and Scholar Feed MCP server. Compare all rewelo alternatives.
Alternatives to rewelo
Same job from other publishers: the closest match first, then the best rated.
- NameraCheck name availability across domains, trademarks, and social handles. Score and rank candidates.not reviewedGrowingA
- three.ws SignalsDiscover signal feeds ranked by proven edge, rank publishers, and subscribe + track results.not reviewedEstablishedB
- Scholar FeedRank CS/AI/ML papers by citations, forecast impact, or code adoption; trace 23.2M citation edges.not reviewedEstablishedB
DispatchSEOOpen-source SEO manager for coding agents: keyword research, content PRs, rank + Search Console.not reviewedGrowingA- Log10x MCPTools to rank log patterns by volume and cost and to compact, tier down or offload each patternnot reviewedGrowingA