> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/ai-and-dev-tools/aikido-mcp/mcp-permissions.md).

# MCP Permissions

{% hint style="info" %}
This page is only accessible to workspace admins.
{% endhint %}

MCP permissions let you control what actions all users in your workspace can perform through any MCP-connected tool (such as Claude Code, Cursor, or Copilot). Changes here apply to every user in the workspace, regardless of which MCP tool they use.

To access MCP permissions, go to [Integrations → AI Code Generators → MCP → Permissions](https://app.aikido.dev/settings/integrations/ide/mcp/permissions).

![](/files/egFWp4TN6r59WjltTjei)

## Available permissions

| Permission                                                               | Description                                                                                      |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| Users can list issues they have access to in the Aikido platform via MCP | Allows users to retrieve their Aikido issues directly from an MCP-connected tool.                |
| Users can ignore issues via MCP if their role allows it                  | Allows users to ignore issues through MCP, subject to their existing role permissions in Aikido. |
| Users can scan code locally via MCP **(always ON)**                      | Allows users to trigger a local code scan from an MCP-connected tool.                            |

Enable or disable each permission using the checkboxes, then click **Save permissions**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aikido.dev/ai-and-dev-tools/aikido-mcp/mcp-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
