mcp-server-python-mqyaam5x

azaok/mcp-server-python-mqyaam5x
★ 0 stars Python Security Updated 15d ago
Created from render-examples/mcp-server-python template
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-python-mq": {
      "command": "uvx",
      "args": [
        "mcp-server-python-mqyaam5x"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-python-mqyaam5x

README Excerpt

A minimal [Model Context Protocol](https://modelcontextprotocol.io/) server template for [Render](https://render.com). Fork it, add your own tools, and deploy. - A working MCP server using the [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk) with Streamable HTTP transport - Bearer token authentication via `MCP_API_TOKEN` (auto-generated on deploy)