PuchAI MCP Server
MCP Server for PuchAI internship application.
Quick Deploy
Local Development
Create virtual environment:
python -m venv venv venv\Scripts\activate # Windows
Install dependencies:
pip install -r requirements.txt
Run server:
python run_server.py
Configuration
- Token: 85b4b747f1cc
- Phone: 919811227106
- Port: 8085 (or PORT env variable)