ashlr-stack
JSON →Open-source AI coding stack â bundled MCP servers, agent runtime, and developer tooling for shipping AI-native dev tools.
Install
npx create-next-app` Tools · 11
- stack_init Interactive template picker to provision, wire, and operate third-party services for a new project.
- stack_add OAuth → new project → secrets → .mcp.json for a specified provider (e.g., supabase).
- stack_providers Display the full catalog of supported providers (29 services across 11 categories).
- stack_doctor Verify every service; re-run setup for anything broken. Supports --fix flag.
- stack_exec Run a command with Phantom's secret proxy active (e.g., stack exec -- bun dev).
- stack_recommend Describe what you're building and get a ranked list of matching providers with rationales. Supports --save flag to freeze a Recipe.
- stack_apply Apply a saved recipe by running stack add for each provider and pre-wiring Phantom rotating envelopes.
- stack_scan Detect existing services (Supabase, Sentry, OpenAI, etc.) from package.json, config files, .env.example. Supports --auto flag.
- stack_import Inhale an existing .env straight into Phantom + .stack.toml.
- stack_clone Clone a GitHub repo, scan the checkout, and print next steps.
- stack_projects_list List all projects where Stack has been used on this machine.
Links
★ 2 GitHub stars