sorceress

sungeer/sorceress
★ 2 stars Python Database Updated today
Hello, MCP Servers!
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": {
    "sorceress": {
      "command": "uvx",
      "args": [
        "sorceress"
      ]
    }
  }
}

Or install with pip: pip install sorceress

README Excerpt

基于 [FastMCP](https://gofastmcp.com) 的纯 MCP 服务脚手架:通过标准 MCP 协议(streamable-http)对外暴露工具能力,内置 MySQL 原生 SQL 查询工具与全链路日志追踪。 - Python 3.13 - MySQL 8.4(使用内置 `query` 工具时需要,其余功能不依赖) ```bash $ git clone [email protected]:sungeer/sorceress.git $ cd sorceress ``` 创建并激活虚拟环境,安装依赖: ```bash $ python -m venv .venv # Windows: .venv\Scripts\activate
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →