Skip to content

Commit 8e4a637

Browse files
authored
Adding server.yaml file for task-orchestrator project. (#81)
github: https://github.com/jpicklyk/task-orchestrator Using latest version from ghcr.io/jpicklyk/task-orchestrator
1 parent 5f9475d commit 8e4a637

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

servers/task-orchestrator/server.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: task-orchestrator
2+
image: ghcr.io/jpicklyk/task-orchestrator
3+
type: server
4+
meta:
5+
category: ai
6+
tags:
7+
- tasks
8+
- database
9+
about:
10+
title: Task orchestrator
11+
description: Model Context Protocol (MCP) server for comprehensive task and feature management, providing AI assistants with a structured, context-efficient way to interact with project data.
12+
icon: https://avatars.githubusercontent.com/u/5747775?v=4
13+
source:
14+
project: https://github.com/jpicklyk/task-orchestrator
15+
run:
16+
volumes:
17+
- mcp-task-data:/app/data

0 commit comments

Comments
 (0)