Provides integration with Task Trellis, a task management application for AI coding agents, offering tools like 'hello_world' that can be used to interact with the task management functionality.
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")
- Optional parameter:
Usage
- Build the server:
- Start the server:
- Configure in your MCP client:
Development
npm run build
- Build TypeScript to JavaScriptnpm run dev
- Watch mode for developmentnpm test
- Run Jest testsnpm run test:watch
- Run tests in watch modenpm run quality
- Run linting, formatting, and type checks
This server cannot be installed
An MCP server for Task Trellis that provides tools for AI coding agents to manage tasks, currently featuring a simple hello_world demonstration tool.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks.Last updated -35710TypeScriptMIT License
- -securityAlicense-qualityAI-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 -2PythonMIT License
- -securityFlicense-qualityA powerful MCP server for interacting with Trello boards, lists, and cards via AI Hosts.Last updated -27Python
- -securityFlicense-qualityAn 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 -18TypeScript