zionfhe_mcp_server_test
1
Zionfhe_mcp_server_test is a server implementation leveraging homomorphic encryption technology to enable secure computation. It allows users to run an MCP server, facilitating encrypted data processing within a secure environment.
What is Zionfhe_mcp_server_test?
Zionfhe_mcp_server_test is a server implementation based on the new homomorphic encryption technology ZIONFHE, designed to provide secure computation capabilities.
How to use Zionfhe_mcp_server_test?
- Clone the repository and then go to the directory.
- Contact the developer to get the apikey, then create a configuration file
.env
to configure the environment variables:
ZIONFHE_APIKEY=<YOUR APIKEY>
- Run the following command to install the package management software uv:
pip install uv
- Use the following command to update the dependency package:
uv sync
- Use the following command to run the mcp server:
uv run --env-file .env main.py
The MCP Server will run on port 8000.
- Connect to the server in sse mode using the client.
client_config