node runtime for Grok
io.github.mcp-protocol/node-runtime
This package is intended for demonstration only. Maintained by JFrog Security.
client:Grok
transport:stdio
runtime:npm
Install node runtime in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"node-runtime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-protocol/node-runtime"
]
}
}
}
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