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., "@MCP Server Deepdive Deploymentadd 125 and 375"
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.
MCP Server Deepdive Deployment
A Model Context Protocol (MCP) server example that provides basic mathematical operations.
Features
add: Add two numbers together
Installation
From GitHub
Add the following configuration to your MCP settings (e.g., Claude Desktop config):
{
"mcpServers": {
"mcp-server-deepdive-deployment": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Stauffacher/mcpserverexample.git",
"mcp-server"
]
}
}
}Local Development
Clone the repository:
git clone https://github.com/Stauffacher/mcpserverexample.git
cd mcpserverexampleInstall dependencies:
uv syncRun the server:
uv run mcp-serverProject Structure
├── src/
│ └── mcpserver/
│ ├── __init__.py
│ ├── __main__.py # Entry point
│ └── deployment.py # MCP tools
├── pyproject.toml # Project configuration
└── README.mdRequirements
Python >= 3.11
mcp[cli] >= 1.26.0
License
See LICENSE file for details.
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.