Skip to main content
Glama

Task Trellis MCP

Task Trellis MCP

An MCP (Model Context Protocol) server for Task Trellis, a task management application for AI coding agents.

Hello World Tool

This implementation includes a simple hello_world tool that demonstrates basic MCP functionality.

Available Tools

  • hello_world: Returns a greeting message
    • Optional parameter: name (string) - Name to greet (defaults to "World")

Usage

  1. Build the server:
    npm run build
  2. Start the server:
    npm run serve
  3. Configure in your MCP client:
    { "mcpServers": { "task-trellis": { "type": "stdio", "command": "node", "args": ["dist/server.js"] } } }

Development

  • npm run build - Build TypeScript to JavaScript
  • npm run dev - Watch mode for development
  • npm test - Run Jest tests
  • npm run test:watch - Run tests in watch mode
  • npm run quality - Run linting, formatting, and type checks
-
security - not tested
A
license - permissive license
-
quality - not tested

An MCP server for Task Trellis that provides tools for AI coding agents to manage tasks, currently featuring a simple hello_world demonstration tool.

  1. Hello World Tool
    1. Available Tools
    2. Usage
    3. Development

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks.
    Last updated -
    35
    7
    10
    TypeScript
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    AI-driven task management application that operates via MCP, enabling autonomous creation, organization, and execution of tasks with support for subtasks, priorities, and progress tracking.
    Last updated -
    2
    Python
    MIT License
    • Linux
  • -
    security
    F
    license
    -
    quality
    A powerful MCP server for interacting with Trello boards, lists, and cards via AI Hosts.
    Last updated -
    27
    Python
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP server that integrates with AI editors like Cursor to maximize agentic capabilities while solving context window limitations, providing a Svelte UI for task planning and implementation tracking.
    Last updated -
    18
    TypeScript

View all related MCP servers

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