Packkit for Grok
io.github.packkitlabs/packkit-mcp
Scaffold, compose, and upgrade modern multi-language projects as a native tool for AI agents.
client:Grok
transport:stdio
runtime:npm
Install Packkit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"packkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"packkit-mcp"
]
}
}
}
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