gibwork-mcp
0
The GibWork MCP Server is a Model Context Protocol server designed for managing tasks on the GibWork platform. It offers tools for creating, retrieving, and searching tasks, utilizing a standardized protocol. The server optimizes interactions with the GibWork platform by providing efficient task management capabilities.
GibWork MCP Server
A Model Context Protocol (MCP) server implementation for interacting with the GibWork platform. This server provides tools for managing tasks through an MCP.
Features
- Task Management: Create, retrieve, and search tasks on the GibWork platform
- MCP Protocol: Implements the Model Context Protocol for standardized tool interactions
Prerequisites
- Node.js (latest LTS version recommended)
- pnpm package manager (version 10.5.2 or higher)
- Solana private key (for task creation)
Installation
- Clone the repository
- Install dependencies
- Create a
.env
file and add your Solana private key
Available Tools
- get-tasks-by-id: Fetches a specific task by its ID
- get-tasks: Retrieves tasks with pagination and filtering
- create-task: Creates a new task on the GibWork platform