# McpInstallBlock

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/McpInstallBlock.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/McpInstallBlock.tsx#L111)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `mcpUrl` | `string` | ✓ | - |
| `serverName` | `string` | - | "atloria-docs" |
| `authToken` | `string` | - | - |
| `variant` | `unknown | unknown | unknown` | - | "inline" |

## Diagram

```mermaid
graph TD
    component_McpInstallBlock_34beb58c["McpInstallBlock"]
    class component_McpInstallBlock_34beb58c rootComponent
```

## Relationships

- USES_HOOK → `useState`
