Skip to main content
Glama

Tasks MCP Server

by chipocrudos
Makefile643 B
.DEFAULT_GOAL=help help: # This help message @egrep -h '\s#\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?# "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' install: # Install dependencies uv sync run: # Run the application uv run src/main.py clean: clean.cache # Clean up the project rm -rf .venv clean.cache: # Remove Python cache files find . -type d -name "__pycache__" -exec rm -rf {} +; find . -type f -name "*.pyc" -exec rm -f {} + docker.build: # Build the Docker image docker buildx build -t tasks-mcp . docker.run: # Run the Docker container docker run -p 8000:8000 --env TRANSPORT=streamable-http tasks-mcp

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/chipocrudos/tasks-mcp'

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