
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
ashlr-stack-mcp
Advanced tools
MCP server for Ashlr Stack. Exposes 17 tools and 3 resources so Claude Code / Cursor / Windsurf / Codex can provision every third-party service in a project with one call.
MCP server for Ashlr Stack. Exposes 17 tools and 3 resources so Claude Code / Cursor / Windsurf / Codex can provision every third-party service in a project with one call.
stack is a CLI. ashlr-stack-mcp is the same capabilities as MCP tools so your coding agent can drive Stack directly. Ask Claude "add Supabase to this project" and it calls stack_add, which walks OAuth, provisions the project, writes secrets through Phantom, and updates .mcp.json — all without leaving the chat.
One-liner (installs both stack and ashlr-stack-mcp):
# macOS / Linux
curl -fsSL stack.ashlr.ai/install.sh | bash
# Windows (PowerShell)
irm stack.ashlr.ai/install.ps1 | iex
Or manually from the registry:
bun add -g ashlr-stack-mcp @ashlr/stack
# or
npm i -g ashlr-stack-mcp @ashlr/stack
Drop this into your project's .mcp.json (Claude Code, Cursor, Windsurf, Codex — all read the same shape):
{
"mcpServers": {
"ashlr-stack": {
"command": "ashlr-stack-mcp"
}
}
}
If you installed from source (no global bin), point at the entry directly:
{
"mcpServers": {
"ashlr-stack": {
"command": "bun",
"args": ["run", "/absolute/path/to/ashlr-stack/packages/mcp/src/server.ts"]
}
}
}
Provisioning: stack_init, stack_add, stack_remove, stack_import, stack_scan.
Inspection: stack_list, stack_info, stack_providers, stack_deps, stack_doctor.
Env: stack_env_show, stack_env_diff, stack_env_set, stack_env_unset.
Project registry: stack_projects_list, stack_upgrade.
stack://current/.stack.tomlstack://current/.stack.local.tomlstack://current/.mcp.jsonThe agent can read these directly — no tool call needed — so it always knows the project state before acting.
Full tool + resource reference: stack.ashlr.ai/docs/mcp.
Stack never stores secret values. Every tool call routes through Phantom Secrets on your machine. The agent only sees slot names (like SUPABASE_URL, SUPABASE_ANON_KEY) — never the values.
MIT. See LICENSE.
FAQs
MCP server for Ashlr Stack. Exposes 17 tools and 3 resources so Claude Code / Cursor / Windsurf / Codex can provision every third-party service in a project with one call.
The npm package ashlr-stack-mcp receives a total of 0 weekly downloads. As such, ashlr-stack-mcp popularity was classified as not popular.
We found that ashlr-stack-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.