Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DAWARICH_URLYesBase URL of the Dawarich instance.
DAWARICH_API_KEYYesAPI key for authenticating with the Dawarich instance.
DAWARICH_AUTH_MODENoAuthentication mode: 'query' (default, sends ?api_key=...) or 'bearer'.query
DAWARICH_GEOCODER_URLNoURL of a compatible reverse geocoder endpoint.
DAWARICH_GEOCODER_USER_AGENTNoUser agent for the reverse geocoder (default is OpenStreetMap Nominatim).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
dawarich_get_statsA

Returns aggregated Dawarich statistics such as total distance, tracked points, countries, cities, and yearly breakdowns.

dawarich_get_timelineA

Returns day-by-day timeline data with visits, tracks, and photos. Dawarich supports a maximum date range of 31 days.

dawarich_list_visitsA

Lists visits from Dawarich. Optional filters are passed through as query parameters when provided.

dawarich_list_pointsA

Lists raw tracked location points for a date range. Use this for today's activity when timeline or visits are empty.

dawarich_get_track_pointsA

Returns location points for a specific Dawarich track, ordered by timestamp ascending.

dawarich_get_track_detailA

Returns a compact detail for one Dawarich journey: start/end points, endpoint labels, bounding box, duration, and optional sampled points.

dawarich_export_trackA

Downloads one Dawarich journey and returns it as compact JSON, GeoJSON LineString, or CSV.

dawarich_reverse_geocodeA

Converts GPS coordinates to an address using the configured reverse geocoder. Defaults to OpenStreetMap Nominatim unless DAWARICH_GEOCODER_URL is set.

dawarich_summarize_journeysA

Returns a simple human-readable trip table for a date range, including weekday, from-to places, time, distance, mode, and track ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/xstb/dawarich-mcp'

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