mcp-strategy-research-db

locupleto/mcp-strategy-research-db
★ 1 stars Python Code/Dev Tools Updated today
MCP server for strategy research database - analyze trading strategy backtest results with Claude Code
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-strategy-researc": {
      "command": "uvx",
      "args": [
        "mcp-strategy-research-db"
      ]
    }
  }
}

Or install with pip: pip install mcp-strategy-research-db