Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | true |
| LOG_LEVEL | No | Application log level | info |
| DATABASE_URL | No | PostgreSQL database connection URL | postgresql://tiger:tiger@localhost:5432/tiger_mcp |
| TIGER_ACCOUNT | Yes | Your Tiger account ID | |
| TIGER_SANDBOX | No | Whether to use Tiger sandbox environment | true |
| TIGER_CLIENT_ID | Yes | Your Tiger API client ID | |
| TIGER_PRIVATE_KEY | Yes | Your Tiger API private key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |