
Stellify Mcp
Let your agent build and surgically edit Laravel apps in conversation using Stellify’s JSON-structured codebase instead of fragile whole-file rewrites.
Overview
stellify-mcp is a MCP server for the Build phase that builds and surgically edits Laravel apps via Stellify’s JSON-structured API from your coding agent.
What is this MCP server?
- Conversational Laravel app generation and edits via MCP stdio
- Code represented as structured JSON for precise, surgical AI modifications
- npm package @stellisoft/stellify-mcp at server version 0.1.43
- Requires STELLIFY_API_URL and STELLIFY_API_TOKEN from stellisoft.com/settings/tokens
- GitHub source at Stellify-Software-Ltd/stellify-mcp
- Server schema version 0.1.43
- npm package @stellisoft/stellify-mcp with stdio transport
- 2 required environment variables: STELLIFY_API_URL and STELLIFY_API_TOKEN
Community signal: 1 GitHub stars.
What problem does it solve?
Agents struggle to change Laravel code safely when they only see flat files and risk breaking routes, models, and config in one sloppy pass.
Who is it for?
Solo builders on Laravel SaaS who want MCP-driven conversational backend work with Stellify accounts and tokens already set up.
Skip if: Teams on non-Laravel stacks, offline-only workflows, or anyone unwilling to depend on Stellify’s API and token-based auth.
What do I get? / Deliverables
After you register stellify-mcp with valid API credentials, your agent can drive Stellify-backed Laravel changes as targeted structured edits instead of blind full-file rewrites.
- MCP-connected Laravel build and edit sessions via Stellify
- Structured JSON-oriented code changes instead of whole-file dumps
- Repeatable agent workflow for backend iteration on Stellify projects
Recommended MCP Servers
Journey fit
Laravel application construction and iterative backend changes belong in the Build phase where product code is created and refined. Stellify targets server-side Laravel structure and APIs, which maps to backend work rather than frontend or shipping gates.
How it compares
Hosted Laravel build API over MCP—not a generic PHP skill or a local file-only refactor helper.
Common Questions / FAQ
Who is stellify-mcp for?
It is for indie and solo developers using agent-first workflows who build Laravel products and want Stellify to hold code as structured JSON for safer AI edits.
When should I use stellify-mcp?
Use it during Build when you are creating or iterating Laravel backend features and want your agent to call Stellify instead of guessing across large PHP files.
How do I add stellify-mcp to my agent?
Install @stellisoft/stellify-mcp (stdio), set STELLIFY_API_URL and STELLIFY_API_TOKEN, then add the server entry to Claude Code, Cursor, or another MCP-compatible client config.