Zerodha-MCP
1
Zerodha-MCP is a high-performance MCP server that supports real-time trading operations for Zerodha users. It is focused on low latency, high availability, and secure multi-client trading.
Zerodha-MCP
A fast, scalable MCP server to manage multi-client trading for Zerodha.
🚀 About
Zerodha-MCP is a high-performance Model Context Protocol (MCP) server designed to manage real-time trading operations for Zerodha users.
It focuses on low-latency, high availability, and secure multi-client trading support.
📦 Setup
# Clone the repository
git clone https://github.com/curious04/Zerodha-MCP.git
# Navigate to the project directory
cd Zerodha-MCP
# Install dependencies
npm install # or pip install -r requirements.txt (depending on your tech stack)
# Start the server
npm start # or your appropriate start command