gibwork-mcp

gibwork-mcp

3.2

If you are the rightful owner of gibwork-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation for interacting with the GibWork platform.

The GibWork MCP Server is designed to facilitate task management on the GibWork platform through the implementation of the Model Context Protocol (MCP). This server allows users to create, retrieve, and search tasks efficiently, leveraging the standardized interactions provided by MCP. It requires Node.js and the pnpm package manager for installation, and it integrates with the Solana blockchain for task creation. The server is configured to run with strict type checking and uses ES Modules, targeting ES2022. Security is a priority, with sensitive information like the Solana private key being kept out of version control.

Features

  • Task Management: Create, retrieve, and search tasks on the GibWork platform.
  • MCP Protocol: Implements the Model Context Protocol for standardized tool interactions.

Tools

  1. get-tasks-by-id

    Fetches a specific task by its ID.

  2. get-tasks

    Retrieves tasks with pagination and filtering.

  3. create-task

    Creates a new task on the GibWork platform.