Skip to main content
Glama

task-orchestrator-mcp

by 108yen
server.ts445 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js" /** * MCP Server instance for task management * Configured with project information and ready for tool registration */ export const server = new McpServer( { description: "A Model Context Protocol server for task management and orchestration", name: "task-orchestrator-mcp", version: "0.1.0", }, { capabilities: { 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/108yen/task-orchestrator-mcp'

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