Geometry Engine MCP Server
Click on "Deploy 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., "@Geometry Engine MCP ServerCalculate the hypotenuse for a right-angled triangle with sides 6 and 8."
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.
Geometry Engine MCP Server
An Model Context Protocol (MCP) server providing geometry utilities (like hypotenuse calculation and shape registration) over Server-Sent Events (SSE) via FastMCP and Docker.
π Prerequisites
Before getting started, make sure you have the following installed:
Docker installed and running.
Visual Studio Code with an MCP-compatible Chat Extension (e.g., GitHub Copilot Agent / VS Code MCP Client).
Git installed.
Related MCP server: vscode-helper
π Quick Start Guide
1. Clone the Repository
git clone [https://github.com/](https://github.com/)<your-username>/<your-repo-name>.git
cd <your-repo-name>2. Build and Run the Docker Container
Build the Docker image:
docker build -t geometry-mcp-clean .Run the container in detached mode on port 8000:
docker run -d --rm -p 8000:8000 --name geometry-mcp-server geometry-mcp-cleanVerify that the server is running by checking the active containers:
docker ps3. Connect to VS Code
Create a local configuration folder inside the repository (if it doesn't already exist):
mkdir -p .vscodeCreate or update
.vscode/mcp.jsonwith the following configuration:{ "servers": { "geometry-engine": { "type": "http", "url": "http://localhost:8000/sse" } } }Open VS Code Command Palette (
Ctrl + Shift + PorCmd + Shift + P).Search for and execute:
MCP: Restart Server$\rightarrow$ selectgeometry-engine.
π Available Tools
calculate_hypotenuse(a: float, b: float): Calculates the hypotenuse of a right-angled triangle given legs $a$ and $b$.register_circle_shape(circle: CustomCircle): Saves circle properties (shape_name,radius) to the server state registry.
π¬ Usage Example
In your VS Code Chat panel:
"Calculate the hypotenuse for a right-angled triangle with sides 6 and 8 using geometry-engine."
This server cannot be deployed
Maintenance
Related MCP Connectors
Precision math engine for AI agents. 203 exact methods. Zero hallucination.
Manage files and folders directly from your workspace. Read and write files, list directories, creβ¦
Access the GitHub API, enabling file operations, repository management, search functionality, andβ¦
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables control of Philips Hue lights through VS Code Copilot or Claude Desktop using natural language commands. Supports turning lights on/off, adjusting brightness, changing colors, and listing available lights on your Hue Bridge.2-
- FlicenseAqualityDmaintenanceEnables AI agents to control VSCode workspaces, including file operations, terminal commands, search, and workspace management.7-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server providing 150+ mathematical functions across arithmetic, trigonometry, statistics, unit conversions, and more, consolidated into 15 powerful tools for seamless integration with VS Code Copilot and other MCP-compatible clients.MIT
- AlicenseBqualityDmaintenanceProvides AI assistants with VS Code integration for file operations, command execution, project analysis, and development workflow automation.29MIT