Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cloud MCP Calculatorcalculate (150 * 2.5) / 5"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cloud MCP Calculator: Student & Instructor Guide
This repository contains a cloud-deployable math tool server using the Model Context Protocol (MCP) via Server-Sent Events (SSE). This architecture allows students to connect their local local LLM agents (via VS Code Continue) to a centralized, instructor-managed tool.
Distributed Architecture
The following diagram shows how the system is distributed between the instructor's cloud infrastructure and the students' local machines.
Protocol Interaction Flow
When a student asks a math question, the following exchange occurs via the SSE protocol:
Student Setup (config.yaml)
To connect to the cloud tool, update your ~/.continue/config.yaml as follows:
Instructor Setup (Makefile)
Use the provided Makefile on your VM to manage the service easily:
Command | Action |
| Builds the |
| Starts the server in background (detached) on port 8000. |
| Follows the live server logs (useful for debugging student connections). |
| Gracefully stops and removes the running container. |
VM Security Note:
Ensure your VM's Cloud Firewall (Security Group) allows Inbound TCP traffic on Port 8000.