Read-Only Mode? #1569
Answered
by
kingpanther13
AlexKusnezov
asked this question in
Q&A
|
Is there a way to run this mcp in read-only mode? |
Answered by
kingpanther13
Jun 10, 2026
Replies: 1 comment 2 replies
|
There is no single toggle, but there are many ways that you can make it read only. Within your AI itself you should have per-tool settings to deny/require approval/allow freely. Within ha-mcp there is an advance settings UI where you can change per-tool settings, it details which tools are read/write, and you can toggle whichever ones you choose. You can even set security policies for tools that will require you to confirm their use when they hit certain filters and whatnot. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Oh good catch. So to be clear, anything that has the capability of writing is labeled "destructive." It doesn't necessarily mean it is truly destructive. It is a safe tool and has safeguards to it, but I can see why someone who wants to use this in just read-only mode would want to turn it off.
I made it a mandatory tool because it's a safety feature, but I never considered someone wanting to do read-only. You should be able to prevent it from working by using the tool security policies tab, just activate security policies then go back to the tool list and click the little toggle for security gated, and it'll prevent the tool from ever being called unless you manually approve it via that …