Skip to main content
Glama

Task Manager MCP Server

by jhawkins11
migrations.sql545 B
-- Add from_review column to tasks table if it doesn't exist ALTER TABLE tasks ADD COLUMN from_review INTEGER DEFAULT 0; -- Add task_id column to history_entries table if it doesn't exist ALTER TABLE history_entries ADD COLUMN task_id TEXT; -- Add action and details columns to history_entries table if they don't exist ALTER TABLE history_entries ADD COLUMN action TEXT; ALTER TABLE history_entries ADD COLUMN details TEXT; -- Add project_path column to features table if it doesn't exist ALTER TABLE features ADD COLUMN project_path TEXT;

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/jhawkins11/task-manager-mcp'

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