remote-mcp-server-cf

remote-mcp-server-cf

0

This project implements a Model Context Protocol (MCP) server for the COMPLiQ platform using Cloudflare Workers. It allows AI assistants to interact with COMPLiQ's API, logging various interactions such as prompts and files. Key features include prompt submission, file attachment, and result processing.

COMPLiQ MCP Server on Cloudflare

This project implements a Model Context Protocol (MCP) server for COMPLiQ on Cloudflare Workers. The server enables AI assistants to interact with the COMPLiQ platform through MCP tools.

What is COMPLiQ?

COMPLiQ is a platform that logs prompts, attached files, intermediate results, and responses from user interactions with AI models. It provides a standardized API for recording these interactions.

Features

  • inputPrompt - Submit a prompt/request to COMPLiQ
  • addFile - Attach a file to a request
  • intermediateResults - Send intermediate processing results
  • processingResult - Submit the final processing result/answer

Setup

  1. Clone this repository
  2. Configure your API key in wrangler.jsonc or using environment secrets
  3. Deploy the worker

Connecting to the MCP Server

Once deployed, your MCP server will be available at a specified URL. You can connect to it using an MCP client like Claude Desktop by adding the appropriate configuration.

API Endpoints

Details about relevant COMPLiQ API endpoints are provided for task input, file input, resources used, and output.