mcp-server-deep-dive-deployment

telvis07/mcp-server-deep-dive-deployment
★ 0 stars Python API Integration Updated today
Example MCP server for the MCP developer course, installable directly from GitHub via uvx
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-deep-dive": {
      "command": "uvx",
      "args": [
        "mcp-server-deep-dive-deployment"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-deep-dive-deployment

README Excerpt

Example [Model Context Protocol](https://modelcontextprotocol.io) servers, built for the MCP developer course. The repo ships two of them — one over **stdio**, one over **streamable HTTP** — so the two transports can be compared side by side. Both are packaged so they can be installed and run directly from this GitHub repository, with no clone required.

Tools (7)

HOSTPORTTelvisaddcount_togreetingmcpserver