DoneWise
by Walter102202
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region for Bedrock, required when LLM_PROVIDER=bedrock. | |
| LLM_PROVIDER | No | LLM provider: 'none', 'anthropic', or 'bedrock'. | none |
| DONEWISE_MODE | No | The mode of the server: 'sandbox' or 'connected'. | sandbox |
| ANTHROPIC_MODEL | No | Model name for Anthropic, required when LLM_PROVIDER=anthropic. | |
| BEDROCK_MODEL_ID | No | Model ID for Bedrock, required when LLM_PROVIDER=bedrock. | |
| DEMO_ADMIN_TOKEN | No | A local admin secret for the demo. | |
| MCP_BEARER_TOKEN | No | Optional bearer token for MCP endpoint authentication. If not set, no token is required. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic, required when LLM_PROVIDER=anthropic. | |
| DONEWISE_DATA_DIR | No | Directory for SQLite and Fake JSON data. | ./data/connected |
| DONEWISE_SIM_PORT | No | Host port override for the simulator (internal port remains 8080). | |
| STRIPE_SECRET_KEY | No | A Stripe test-mode secret key (must start with sk_test_ or rkcs_test_). Required for connected mode. | |
| GOOGLE_CALENDAR_ID | No | The ID of a dedicated test calendar shared with the service account. Required for connected mode. | |
| DONEWISE_SERVER_PORT | No | Host port override for the MCP server (internal port remains 8765). | |
| DONEWISE_PENDING_AFTER | No | Latency budget in seconds for PENDING status. | |
| FAKE_PAYMENT_DELAY_SECONDS | No | Delay in seconds for fake payment to make PENDING visible. | |
| GOOGLE_SERVICE_ACCOUNT_JSON | No | Absolute path to a private service account JSON file for Google Calendar API. Required for connected mode. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues