Skip to main content
Guide · How-to

Wire up Cursor / Copilot

Cursor and Copilot don't speak MCP. Install the hooks-only variant so you still get the filter pipeline + smart denials on their built-in Read/Bash.

Install hooks only

senkani init --hooks-only

This skips the MCP server registration in ~/.claude/settings.json but still:

What you get

Tradeoff

You keep ~40% of the savings. Not as good as Claude Code + full MCP; better than nothing.

If your agent later adds MCP support, re-run senkani init (without --hooks-only) to add the server entry. Idempotent; no harm done.

Next

Your first session →