langadventurellc

Task Trellis MCP

Community langadventurellc
Updated

Greatly improve how AI coding agents handle complex projects. Task Trellis helps track requirements for projects, breaks them down into smaller manageable parts until you have trackable and assignable tasks with built-in workflow management, dependency handling, and progress tracking. Basically, it's like Jira for coding agents.

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

MCP Server · Populars

MCP Server · New

    jackccrawford

    Geniuz

    Your AI remembers now. Geniuz stores everything in a local database locally on Mac, Windows, Linux, Raspberry Pi. No cloud. No account. No API keys. Nothing leaves your machine. It's open source; you can read every line of code.

    Community jackccrawford
    ggui-ai

    ggui

    The universal interface layer between AI agents and humans. Generate rich UIs on demand via MCP.

    Community ggui-ai
    aanno

    CocoIndex Code MCP Server

    An RAG for code development, implemented as MCP server with cocoindex

    Community aanno
    timescale

    Tiger Linear MCP Server

    A wrapper around the Linear API for internal LLMs

    Community timescale
    choplin

    MCP Gemini CLI

    MCP Server

    Community choplin