Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"grok": {
"command": "npx",
"args": [
"-y",
"@chinchillaenterprises/mcp-grok"
],
"env": {
"GROK_API_KEY": "${GROK_API_KEY}"
}
}
}
}Replace placeholder values for: GROK_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxGROK_API_KEY=${GROK_API_KEY}