# Claude Code

The two commands, and where the prompt goes in Claude Code.

## Add the server

Run this once in a terminal:

```
claude mcp add -s user --transport http mana https://mcp.mana.scalarmind.com
claude mcp login mana
```

The first command adds the server for every project of this user. The second opens your browser to sign in and confirm. Inside a session, `/mcp` does the same sign-in.

`claude mcp list` shows it connected. The `mana_*` tools appear from the next session.

## Then paste the prompt

Paste the prompt from [Start here](/docs) into a session. It tells the agent to read the standing instructions, which carry the rules your organization keeps. The agent can also run the two commands above itself if you would rather paste than type.

## When the connection is lost

The client signs you in through the browser once and shows one confirmation page with its name and the address it returns to. The token it holds renews itself. When the client says the connection was lost, connect it again; nothing in the store is lost.

## Removing it

[Remove Mana](/docs/remove) undoes both the connection and anything the agent added to your instruction files.
