# Embrasure agent setup

Embrasure is a context engine and data-agent platform for company data. Use this page to connect it or install the Embrasure MCP server.

## OAuth-capable MCP clients

Add this server URL directly:

```text
https://embrasure.ai/api/mcp
```

The client handles sign-in, workspace selection, and scope approval. No CLI or
pasted token needed.

## Other MCP clients

For clients without remote MCP OAuth, run:

```sh
npx @embrasure/cli@latest setup
```

## What setup does

1. Browser signup or sign-in.
2. Workspace creation or selection.
3. Client detection: Claude Code, Codex, Cursor, or generic MCP.
4. MCP server install that never overwrites an existing config.
5. Authenticated tool-catalog check.
6. Browser URL for connecting the first data source.

## Agent instructions

Remote-OAuth clients: add `https://embrasure.ai/api/mcp`. Every other client:

```sh
npx @embrasure/cli@latest setup
```

Do not ask the user to paste database, warehouse, or SaaS credentials into agent chat — Embrasure collects those in the browser. Same for bearer tokens: use the client secret store or the CLI stdio bridge.

Launch setup, wait for it to finish, then verify the tools respond. If automatic install is unavailable, use the manual MCP config the CLI prints.

## Useful URLs

- Canonical setup page: https://embrasure.ai/setup/agent
- Markdown file: https://embrasure.ai/setup/agent.md
- MCP endpoint after setup: https://embrasure.ai/api/mcp
- Public docs: https://embrasure.ai/docs
