Betting Analyzer
March 3, 2025 ยท View on GitHub
This project is a betting analyzer that allows users to upload match data and analyze it.
Setup
-
Clone the repository:
git clone <repository_url> -
Install dependencies:
npm install -
Run the development server:
npm start
MCP Server Setup
-
Clone the MCP servers repository:
git clone https://github.com/modelcontextprotocol/servers.git C:\\Users\\Lenovo\\Documents\\Cline\\MCP\\servers -
Install the SQLite MCP server dependencies:
cd C:\\Users\\Lenovo\\Documents\\Cline\\MCP\\servers\\src\\sqlite uv pip install -e . -
Add the SQLite MCP server configuration to the
cline_mcp_settings.jsonfile:{ "mcpServers": { "github.com/modelcontextprotocol/servers/tree/main/src/sqlite": { "command": "uv", "args": [ "--directory", "C:/Users/Lenovo/Documents/Cline/MCP/servers/src/sqlite", "run", "mcp-server-sqlite", "--db-path", "C:/Users/Lenovo/test.db" ], "disabled": false, "autoApprove": [".*"] } } }