safety-mcp

mira-saini/safety-mcp
★ 0 stars Python DevOps Updated today
MCP server containing tools to query data taken from PowerBI sheets.
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": {
    "safety-mcp": {
      "command": "uvx",
      "args": [
        "safety-mcp"
      ]
    }
  }
}

Or install with pip: pip install safety-mcp

README Excerpt

This guide walks through deploying a remote Model Context Protocol (MCP) server using: - Visual Studio Code - GitHub - Azure Container Registry (ACR) - Azure Container Apps (ACA) At a high level: ```text Local VS Code Project ↓ GitHub Repo ↓ GitHub Actions CI/CD ↓ Azure Container Registry (ACR) ↓ Azure Container Apps (ACA)