A
securityA
licenseA
qualityModel Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.
Last updated -
1
1,278
27
MIT License
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
brew install node
)~/Library/Application Support/Claude/claude_desktop_config.json
You can find this through the Claude Desktop menu:
brew install node
)npm install -g tsx
)~/Library/Application Support/Claude/claude_desktop_config.json
Add the following to your MCP client's configuration:
The TaskManager supports two main phases of operation:
action
: "plan" | "execute" | "complete"tasks
: Array of task strings (required for "plan" action)taskId
: Task identifier (required for "complete" action)getNext
: Boolean flag to request next task (for "execute" action)작업 관리를 위한 모델 컨텍스트 프로토콜 서버입니다. 이를 통해 Claude Desktop(또는 모든 MCP 클라이언트)은 큐 기반 시스템에서 작업을 관리하고 실행할 수 있습니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-taskmanager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server