Skip to main content
Glama
mindfullabai

Tracking MCP

by mindfullabai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoPath to the SQLite database file. Auto-created on first use.~/tracking.db

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
track_eventB

Insert or update tracking event for any entity type

query_eventsB

Query tracking events with filters

delete_eventB

Delete tracking event by ID

list_entity_typesA

Get all registered entity types with schema examples

Prompts

Interactive templates invoked by user choice

NameDescription
track-weightTemplate for tracking body weight
track-workoutTemplate for logging workout session
query-trendGet trend data for entity type over date range

Resources

Contextual data attached and managed by the client

NameDescription
Entity Types RegistryList of all registered entity types with schema examples
Usage GuideHow to track new entity types dynamically
Tracking SummaryCurrent statistics (total events, entity types, date range)

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/mindfullabai/tracking-mcp'

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