remote-mcp-server-cf
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
- Clone this repository
- Configure your API key in
wrangler.jsonc
or using environment secrets - 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.