qiniu-mcp-joe

qiniu-mcp-joe

25

This project is an MCP service designed to upload files to Qiniu Cloud Storage. It offers tools to facilitate file uploads and returns public access URLs. The service requires configuration with appropriate credentials for functioning.

How do I configure the Qiniu MCP service?

You need to set up environment variables for Qiniu access and secret keys, bucket name, and domain. These are configured in a .env file.

What is the purpose of the .env file?

The .env file stores your Qiniu credentials and configuration settings securely, preventing them from being exposed in version control.

Can I integrate the Qiniu MCP service with other platforms?

Yes, the service can be integrated with platforms like Trae by configuring the appropriate settings in the Trae configuration file.

How do I start the Qiniu MCP server?

Activate your virtual environment and run the server.py script using Python to start the server.

Is it safe to store my credentials in the .env file?

Yes, as long as you do not commit the .env file to version control and ensure it is kept secure on your server.