# Security Guide You can limit the permissions of the Inspektor Gadget MCP Server by creating a dedicated service account with restricted access. This is useful when you want to use Inspektor Gadget MCP server without granting full cluster admin permissions. ## Quick Setup ### 1. Apply the Manifest We start by creating a service account and role binding assuming you have already [deployed Inspektor Gadget](https://inspektor-gadget.io/docs/latest/reference/install-kubernetes) in `gadget` namespace. This service account will have limited permissions to interact with the Kubernetes API. ```bash kubectl apply -f - <