MCP Event Intelligence for Cursor
io.github.sarooo17/event-intelligence
Durable temporal event intelligence: composite triggers, derived events, and runtime wakeups.
client:Cursor
transport:stdio
runtime:npm
Install MCP Event Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs