MCP Event Intelligence for Cline
io.github.sarooo17/event-intelligence
Durable temporal event intelligence: composite triggers, derived events, and runtime wakeups.
client:Cline
transport:stdio
runtime:npm
Install MCP Event Intelligence in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"event-intelligence": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs