Skip to content
Zed

stellify mcp for Zed

io.github.mattstellisoft/stellify-mcp

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

client:Zed transport:stdio runtime:npm

Install stellify mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "stellify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stellisoft/stellify-mcp"
      ],
      "env": {
        "STELLIFY_API_URL": "<STELLIFY_API_URL>",
        "STELLIFY_API_TOKEN": "<STELLIFY_API_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

stellify mcp in other clients