> ## Documentation Index
> Fetch the complete documentation index at: https://celoref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Types and Configuration

> Configuration notes for developers using the PIXA MCP package.

# Types and Configuration

PIXA is published as `pixa-wallet-mcp`.

## MCP config

```json theme={null}
{
  "mcpServers": {
    "pixa": {
      "command": "npx",
      "args": ["-y", "pixa-wallet-mcp"],
      "env": {
        "ALGORAND_MNEMONIC": "your 25-word mnemonic here",
        "NETWORK": "algorand-mainnet",
        "MAX_PER_CALL": "0.10",
        "MAX_PER_DAY": "20.00"
      }
    }
  }
}
```

## Common configuration values

* `ALGORAND_MNEMONIC`
* `NETWORK`
* `MAX_PER_CALL`
* `MAX_PER_DAY`

## What to keep in mind

* keep the mnemonic out of source control
* use testnet for experiments
* keep the budget limits conservative during demos
* prefer the `.mcpb` bundle for non-technical installs
