MCP Server Deepdive Deployment
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
Related MCP server: Learn_MCP Math Server
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- addB
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceA minimal example server implementing the Model Context Protocol, providing addition and multiplication tools for learning and experimentation with MCP clients.1
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that demonstrates mathematical capabilities through a LangChain integration, allowing clients to perform math operations via the MCP protocol.
- FlicenseCqualityDmaintenanceA demonstration MCP server that provides a simple addition tool for learning how to create and deploy servers following the Model-Context-Protocol specification. Serves as a basic example for developers getting started with MCP server development.1
- FlicenseBqualityDmaintenanceA demonstration MCP server providing basic tools for returning greetings and performing mathematical addition. It serves as a practical workshop guide for setting up and configuring Model Context Protocol servers from scratch using Python.24
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stauffacher/mcpserverexample'
If you have feedback or need assistance with the MCP directory API, please join our Discord server