Dawarich MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dawarich MCPshow my recent location history"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dawarich MCP
Disclaimer: This project is a work in progress and was vibe-coded without much of a plan. Treat it as experimental until the API surface and behavior have been reviewed more deliberately.
FastMCP server for Dawarich location history.
The server exposes LLM-friendly tools and resources for maps, stats, places, visits, points, and trip workflows. Dawarich currently does not expose /api/v1/trips, so trip mutation tools return a clear unsupported-capability response until those routes exist.
Configuration
Required:
DAWARICH_BASE_URL: Dawarich base URL, for examplehttp://dawarich.dawarich.svc.cluster.local:3000DAWARICH_API_KEY: Dawarich user API key
Optional:
DAWARICH_AUTH_MODE:bearerorquery, defaultbearerDAWARICH_HOST_HEADER: optional HTTPHostheader for deployments that call an internal service URL while Dawarich only allows the public app hostDAWARICH_FORWARDED_PROTO: optionalX-Forwarded-Protoheader, for examplehttpswhen Dawarich forces HTTPS behind a proxyDAWARICH_TIMEOUT_SECONDS: default30DAWARICH_MAX_PAGE_SIZE: default500MCP_TRANSPORT:stdioorhttp, defaultstdiooutside the containerMCP_HOST: default127.0.0.1MCP_PORT: default8000
Related MCP server: Coconuts MCP Server
Local Development
uv --cache-dir /tmp/uv-cache-dawarich-mcp run --extra dev pytest
uv --cache-dir /tmp/uv-cache-dawarich-mcp run --extra dev ruff check .Run over stdio:
DAWARICH_BASE_URL=https://timeline.example.test \
DAWARICH_API_KEY=... \
uv run dawarich-mcp --transport stdioRun over HTTP:
DAWARICH_BASE_URL=https://timeline.example.test \
DAWARICH_API_KEY=... \
uv run dawarich-mcp --transport http --host 127.0.0.1 --port 8000HTTP MCP endpoint: http://127.0.0.1:8000/mcp
Health endpoint: http://127.0.0.1:8000/health
Kubernetes Shape
The intended cluster deployment is internal only:
Namespace:
dawarichService:
dawarich-mcpURL:
http://dawarich-mcp.dawarich.svc.cluster.local:8000/mcpNo IngressRoute
Dawarich API URL:
http://dawarich.dawarich.svc.cluster.local:3000
Store the API key in a Kubernetes Secret. Do not commit it.
automated-setups expects the secret at:
namespace: dawarich
name: dawarich-mcp-secret
key: api-keyThe image build and deployment can be run separately:
# Build the configured localhost/dawarich-mcp image into Spark's k8s.io containerd namespace.
direnv exec . env ANSIBLE_LOCAL_TEMP=/tmp/ansible-local TMPDIR=/tmp \
venv/bin/ansible-playbook -i inventory/k8s_cluster/inventory.ini \
playbooks/cluster/applications.yml --tags dawarich-mcp-build
# Apply the internal-only Deployment and ClusterIP Service.
direnv exec . env ANSIBLE_LOCAL_TEMP=/tmp/ansible-local TMPDIR=/tmp \
venv/bin/ansible-playbook -i inventory/k8s_cluster/inventory.ini \
playbooks/cluster/applications.yml --tags dawarich-mcp-deployThe deploy tag refuses to apply the Deployment unless either
dawarich_mcp_api_key is set from Ansible Vault or the dawarich-mcp-secret
already exists in the dawarich namespace.
Safety
Bearer auth is preferred so the Dawarich API key is not placed in URLs.
Delete, merge, bulk update, and recalculation tools default to dry-run.
Raw point reads are available but described as lower-level tools; prefer timeline, stats, and map context first.
Trip tools intentionally do not scrape Dawarich HTML forms. They report the missing
/api/v1/tripsAPI instead.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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