Odel
stellify mcp

stellify mcp

Local
@stellify-software-ltd1JavaScriptUpdated 1mo ago

Build Laravel apps through conversation. Code stored as structured JSON for surgical AI edits.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@stellisoft/stellify-mcpv1.0.6

Run

npx -y @stellisoft/stellify-mcp

MCP client config

{
  "mcpServers": {
    "stellify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stellisoft/stellify-mcp"
      ]
    }
  }
}