Skip to main content
Glama

Project Tracker MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDIS_URLYesRedis connection stringredis://localhost:6379/0
DATABASE_URLYesMain database connection stringpostgresql://username:password@localhost:5432/taskflow
TEST_REDIS_URLNoTest Redis connection stringredis://localhost:6379/1
TEST_DATABASE_URLNoTest database connection string (separate from main)postgresql://username:password@localhost:5432/taskflow_test
USE_MAIN_DB_FOR_TESTSNoOptional: Use main database for tests (not recommended for production)false

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
natural_language_query

Process natural language queries about projects and tasks with intelligent parsing

workload_analysis

Analyze workload for a specific person with detailed insights

risk_assessment

Assess project risks and provide recommendations

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/jatinderbhola/mcp-taskflow-tracker-api'

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