← Index

io.github.MattStellisoft/stellify-mcp

io.github.MattStellisoft/stellify-mcp·v0.1.43·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "stellify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stellisoft/stellify-mcp"
      ],
      "env": {
        "STELLIFY_API_URL": "<stellify_api_url>",
        "STELLIFY_API_TOKEN": "<your-stellify_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "stellify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stellisoft/stellify-mcp"
      ],
      "env": {
        "STELLIFY_API_URL": "<stellify_api_url>",
        "STELLIFY_API_TOKEN": "<your-stellify_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @stellisoft/stellify-mcp
§02  Environment variables
STELLIFY_API_URL
required

Stellify API endpoint URL

STELLIFY_API_TOKEN
requiredsecret

Your Stellify API token (get from stellisoft.com/settings/tokens)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other