# Claude Code (/docs/mcp/connect/claude-code)

> Connect OmniDimension to Claude Code in one terminal command. OAuth sign-in via the browser, then use OmniDimension tools from any Claude Code session.

One command:

```bash
claude mcp add --transport http omnidim https://mcp.omnidim.io/mcp --scope user
```

Then, inside Claude Code:

```
/mcp
```

A browser tab opens to the OmniDimension consent screen. Sign in, click Allow, and the connection is live.

## Verify [#verify]

Back in Claude Code, ask:

```
What OmniDimension agents do I have?
```

Claude Code will call `listAgents` and report your agent list. If you see your agents, you're set.

## What `--scope user` does [#what---scope-user-does]

`--scope user` writes the server config to your user-level `~/.claude.json` instead of the per-project file. The OmniDimension connector then shows up in every Claude Code session, regardless of which directory you started it from. Drop the flag if you only want it in the current project.

## Remove [#remove]

```bash
claude mcp remove omnidim --scope user
```

This deletes the local config. To also revoke the OAuth token on the server side, remove the corresponding credential at [omnidim.io/api-management](https://omnidim.io/api-management).