Skip to main content
Glama
Stauffacher

MCP Server Deepdive Deployment

by Stauffacher

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

  1. Clone the repository:

git clone https://github.com/Stauffacher/mcpserverexample.git
cd mcpserverexample
  1. Install dependencies:

uv sync
  1. Run the server:

uv run mcp-server

Project Structure

├── src/
│   └── mcpserver/
│       ├── __init__.py
│       ├── __main__.py      # Entry point
│       └── deployment.py    # MCP tools
├── pyproject.toml           # Project configuration
└── README.md

Requirements

  • Python >= 3.11

  • mcp[cli] >= 1.26.0

License

See LICENSE file for details.

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    A 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
  • F
    license
    B
    quality
    D
    maintenance
    A 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.
    2
    4

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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