Tracking MCP
by mindfullabai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | Path to the SQLite database file. Auto-created on first use. | ~/tracking.db |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| track-weight | Template for tracking body weight |
| track-workout | Template for logging workout session |
| query-trend | Get trend data for entity type over date range |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Entity Types Registry | List of all registered entity types with schema examples |
| Usage Guide | How to track new entity types dynamically |
| Tracking Summary | Current statistics (total events, entity types, date range) |
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/mindfullabai/tracking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server