context mcp for Grok
net.agentutil/context-mcp
Situational awareness — holidays, business hours, and platform status for timing-sensitive actions.
client:Grok
transport:stdio
runtime:npm
Install context mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentutil/context-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