stellify mcp for Grok
io.github.mattstellisoft/stellify-mcp
Build Laravel apps through conversation. Code stored as structured JSON for surgical AI edits.
client:Grok
transport:stdio
runtime:npm
Install stellify mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stellify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stellisoft/stellify-mcp"
],
"env": {
"STELLIFY_API_URL": "<STELLIFY_API_URL>",
"STELLIFY_API_TOKEN": "<STELLIFY_API_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs