> 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/docs/docs-ja/ai-totsru/aikido-mcp/mcp-permissions.md).

# MCP 権限

{% hint style="info" %}
このページにアクセスできるのはワークスペース管理者のみです。
{% endhint %}

MCP 権限を使用すると、ワークスペース内のすべてのユーザーが、MCP に接続されたツール（Claude Code、Cursor、Copilot など）を通じて実行できる操作を制御できます。ここでの変更は、ユーザーがどの MCP ツールを使用していても、ワークスペース内のすべてのユーザーに適用されます。

MCP 権限にアクセスするには、次に移動します [連携 → AI コードジェネレーター → MCP → 権限](https://app.aikido.dev/settings/integrations/ide/mcp/permissions).

![](/files/5459c24a56ec4b976c1f80d7394247584073ba78)

## 利用可能な権限

| 権限                                                 | 説明                                             |
| -------------------------------------------------- | ---------------------------------------------- |
| ユーザーは MCP 経由で、Aikido プラットフォーム上でアクセス権のある課題を一覧表示できます | ユーザーは MCP に接続されたツールから直接、自分の Aikido の課題を取得できます。 |
| ユーザーは、役割で許可されている場合、MCP 経由で課題を無視できます                | Aikido での既存の役割権限に従い、ユーザーは MCP を通じて課題を無視できます。   |
| ユーザーは MCP 経由でローカルのコードをスキャンできます **（常時オン）**          | ユーザーは MCP に接続されたツールからローカルコードスキャンを実行できます。       |

チェックボックスを使用して各権限を有効または無効にし、次に **権限を保存**.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/ai-totsru/aikido-mcp/mcp-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
