Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNodefault 127.0.0.1127.0.0.1
MCP_PORTNodefault 80008000
MCP_TRANSPORTNostdio or http, default stdio outside the containerstdio
DAWARICH_API_KEYYesDawarich user API key
DAWARICH_BASE_URLYesDawarich base URL, for example http://dawarich.dawarich.svc.cluster.local:3000
DAWARICH_AUTH_MODENobearer or query, default bearerbearer
DAWARICH_HOST_HEADERNooptional HTTP Host header for deployments that call an internal service URL while Dawarich only allows the public app host
DAWARICH_MAX_PAGE_SIZENodefault 500500
DAWARICH_FORWARDED_PROTONooptional X-Forwarded-Proto header, for example https when Dawarich forces HTTPS behind a proxy
DAWARICH_TIMEOUT_SECONDSNodefault 3030

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
dawarich_get_statsB

Get aggregate Dawarich travel stats, optionally filtered to one year.

dawarich_search_placesC

Search saved and nearby Dawarich places.

dawarich_find_visitsA

Find Dawarich visits by time and status.

dawarich_get_timelineC

Get day-by-day Dawarich timeline context for a date range.

dawarich_get_map_contextA

Get map bounds and optional capped hexagon/fog context.

dawarich_find_pointsA

Find raw Dawarich points. Prefer timeline/map context unless point evidence is needed.

dawarich_create_placeC

Create a manual Dawarich place.

dawarich_update_placeB

Update a Dawarich place after reading its current value.

dawarich_delete_placeB

Delete a Dawarich place. Defaults to dry-run.

dawarich_create_visitC

Create a Dawarich visit and matching/manual place if needed.

dawarich_update_visitC

Update a Dawarich visit after reading its current value.

dawarich_select_visit_placeC

Select one of Dawarich's possible places for a visit.

dawarich_merge_visitsC

Merge Dawarich visits. Defaults to dry-run because merge is destructive.

dawarich_bulk_update_visit_statusA

Bulk update Dawarich visit status. Defaults to dry-run.

dawarich_create_tripB

Create a Dawarich trip when /api/v1/trips exists; currently reports that API gap.

dawarich_update_tripC

Update a Dawarich trip when /api/v1/trips exists; currently reports that API gap.

dawarich_delete_tripC

Delete a Dawarich trip when /api/v1/trips exists; currently reports that API gap.

dawarich_add_pointsA

Add raw Dawarich points. Prefer visit/timeline tools unless raw samples are needed.

dawarich_recalculateC

Queue supported Dawarich recalculations. Defaults to dry-run.

Prompts

Interactive templates invoked by user choice

NameDescription
review_suggested_visits
create_trip_from_dates
monthly_travel_summary

Resources

Contextual data attached and managed by the client

NameDescription
stats_summary
profile

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SebastianWild/dawarich-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server