PStryder/expergis
Plugin-based event watcher MCP server for Claude Code. Detects file changes, cron schedules, and process start/stop events via a plugin system, then dispatches formatted prompts to Velle's HTTP sidecar to wake the agent. Includes dedup, token-bucket rate limiting, ring buffer, and JSONL audit. Perception complement to Velle's volition.
Platform-specific configuration:
{
"mcpServers": {
"expergis": {
"command": "npx",
"args": [
"-y",
"expergis"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...