Skip to main content
Glama

DeltaTask MCP Server

by brysontang
from sqlalchemy import Column, ForeignKey, Integer, String, Table from sqlalchemy.ext.declarative import declarative_base # Database models Base = declarative_base() # Junction table for many-to-many relationship between todos and tags todo_tags = Table( 'todo_tags', Base.metadata, Column('todo_id', String(36), ForeignKey('todos.id')), Column('tag_id', String(36), ForeignKey('tags.id')) )

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/brysontang/DeltaTask'

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