Skip to main content
Glama

Project Tracker MCP Server

.env.example366 B
NODE_ENV=development PORT=3000 # Database DATABASE_URL="postgresql://postgres:postgres@localhost:5432/taskflow_db?schema=public" # Test Database TEST_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/taskflow_test" # Cache Setup REDIS_URL=redis://localhost:6379/0 TEST_REDIS_URL=redis://localhost:6379/1 USE_MAIN_DB_FOR_TESTS=true MCP_DEBUG_MODE=true

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