MCP Event Intelligence for Grok
io.github.sarooo17/event-intelligence
Durable temporal event intelligence: composite triggers, derived events, and runtime wakeups.
client:Grok
transport:stdio
runtime:npm
Install MCP Event Intelligence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"event-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-event-intelligence"
],
"env": {
"DATA_DIR": "<DATA_DIR>",
"MCP_WRITE_ENABLED": "<MCP_WRITE_ENABLED>",
"RUNTIME_WAKE_TARGETS_JSON": "<RUNTIME_WAKE_TARGETS_JSON>",
"TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>",
"TYPESAFE_MODEL": "<TYPESAFE_MODEL>"
}
}
}
}
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