Skip to main content
Glama

Task Trellis MCP

activate

Enable local or remote system activation for Task Trellis MCP by specifying mode, project details, and API credentials for efficient task management.

Instructions

Activates the task trellis system in local or remote mode

Input Schema

NameRequiredDescriptionDefault
apiTokenNoAPI token (required for remote mode)
modeYesMode to activate (local or remote)
projectRootNoProject root path (required for local mode)
remoteProjectIdNoRemote project ID (required for remote mode)
urlNoURL for remote mode (optional, for non-standard URLs)

Input Schema (JSON Schema)

{ "properties": { "apiToken": { "description": "API token (required for remote mode)", "type": "string" }, "mode": { "description": "Mode to activate (local or remote)", "enum": [ "local", "remote" ], "type": "string" }, "projectRoot": { "description": "Project root path (required for local mode)", "type": "string" }, "remoteProjectId": { "description": "Remote project ID (required for remote mode)", "type": "string" }, "url": { "description": "URL for remote mode (optional, for non-standard URLs)", "type": "string" } }, "required": [ "mode" ], "type": "object" }
Install Server

Other Tools from Task Trellis MCP

Related Tools

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/langadventurellc/task-trellis-mcp'

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