FreshKeep MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRESHKEEP_STORE | No | Storage backend: json or dynamodb | json |
| FRESHKEEP_BEDROCK | No | 1 enables the Bedrock NL router | 0 |
| FRESHKEEP_MCP_HOST | No | MCP server bind host | 0.0.0.0 |
| FRESHKEEP_MCP_PORT | No | MCP server bind port | 8811 |
| FRESHKEEP_SIM_HOST | No | Simulator bind host | 0.0.0.0 |
| FRESHKEEP_SIM_PORT | No | Simulator bind port | 8800 |
| FRESHKEEP_TEXTRACT | No | 1 enables receipt-photo extraction via Amazon Textract | 0 |
| FRESHKEEP_JSON_PATH | No | Local store file path | data/household.json |
| FRESHKEEP_RATE_LIMIT | No | Utterances per minute per client | 30 |
| FRESHKEEP_DYNAMO_TABLE | No | DynamoDB table name | FreshKeepHousehold |
| FRESHKEEP_BEDROCK_MODEL | No | Bedrock router model | amazon.nova-lite-v1:0 |
| FRESHKEEP_REQUIRE_CONSENT | No | Consent gate before any storage | 1 |
| FRESHKEEP_TEXTRACT_REGION | No | Amazon Textract region | AWS_REGION |
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 | |