# utils_installAgentMaster

Install the Agent Master CLI tool for managing MCP server configurations across multiple platforms (Claude, VS Code, Cursor, etc.)

## Result

Installation status or an error from the Agent Master CLI installer.

## Permissions

Runs an installer on the server's computer. It changes local software; call only when installation is requested.

## Definition 1 (full)

Registered in: Before wallet setup; Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Project · payments scope; External BRC-100 wallet; Local Vault + sponsor; Droplit wallet.

Install the Agent Master CLI tool for managing MCP server configurations across multiple platforms (Claude, VS Code, Cursor, etc.)

| Field | Type | Required | Description | Constraints |
| --- | --- | --- | --- | --- |
| method | "go" \| "source" \| "auto" | No | Installation method |  |

Nested requirements apply when their parent is supplied.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "method": {
      "description": "Installation method",
      "type": "string",
      "enum": [
        "go",
        "source",
        "auto"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

[All tools](https://bsvmcp.com/docs/tools)