74
/ 100
19 days ago
glama

Backlog MCP Server

Enables managing a minimal task backlog with operations to create, list, update, and retrieve tasks with different statuses (open, in progress, blocked, done, cancelled). Tasks are stored in a local JSON file with atomic writes.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 4 credentials: API_KEY, CLIENT_SECRET, GITHUB_CLIENT_SECRET, JWT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical3 high3 medium

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@2.1.9GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

highvite@7.1.5GHSA-fx2h-pf6j-xcff

vite: `server.fs.deny` bypass on Windows alternate paths

highvite@7.1.5GHSA-p9ff-h696-f583

Vite Vulnerable to Arbitrary File Read via Vite Dev Server WebSocket

highvite@7.1.5GHSA-v2wj-q39q-566r

Vite: `server.fs.deny` bypassed with queries

mediumvite@7.1.5GHSA-4w7w-66w2-5vf9

Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOWED_GITHUB_USERNAMESnpx wrangler secret put # comma-separated: "you,youralt"
🔐 secretAPI_KEYnpx wrangler secret put # your personal API key (for Claude Desktop)
configBACKLOG_ACTOR_NAME
configBACKLOG_ACTOR_TYPE
configBACKLOG_DATA_DIR~/.backlog # Where to store tasks (default: data/tasks/)
configBACKLOG_DELEGATED_BY
configBACKLOG_TASK_CONTEXT
configBACKLOG_VIEWER_PORT3030 # HTTP server port
🔐 secretCLIENT_SECRET
configGITHUB_CLIENT_IDnpx wrangler secret put # GitHub OAuth App client ID
🔐 secretGITHUB_CLIENT_SECRETnpx wrangler secret put
🔐 secretJWT_SECRETnpx wrangler secret put # any strong random string
configLOG_LEVEL
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/gkoreli-backlog-mcp-1t334k)](https://m8ven.ai/mcp/gkoreli-backlog-mcp-1t334k)
commit: 4f98e05a3e01422e2d3211ec741fdfdf942a7246
code hash: b12f20dd04ec732c18e8ff5c9610da5f39a4197b00162c6a80aa90285ebd7164
verified: 6/24/2026, 10:32:23 AM
view raw JSON →