> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# modus scopes mcp-config

> Patch a scope's MCP interface config (core tool exposure, outbound tool exposure).

Patch a scope's MCP interface config (core tool exposure, outbound tool exposure).

## Usage

```bash theme={null}
modus scopes mcp-config [flags]
```

## Arguments

| Name |          | Description |
| ---- | -------- | ----------- |
| `id` | required | Scope id.   |

## Flags

| Flag     | Type   | Description                                          |
| -------- | ------ | ---------------------------------------------------- |
| `--file` | string | Path to a JSON file with the mcp-config fields.      |
| `--body` | string | Read the mcp-config fields as JSON from stdin ('-'). |

Global: `--pretty` — human-readable table output instead of compact JSON.

## Examples

```bash theme={null}
modus scopes mcp-config 42 --body -  <<< '{"coreTools":{"chat":{"enabled":true}},"mcpToolExposure":{"mode":"all"}}'
```

See [CLI quickstart](/guides/cli) for install and auth.
