Back to MCP directory
publicPublicdnsLocal runtime

zerodha-mcp-server

一个使用Bun运行时创建的Zerodha交易项目,通过Bun安装依赖并运行。

article

README

🚀 项目快速启动指南

本项目借助 bun init 创建,采用的 Bun 版本为 v1.2.10。Bun 是一款快速的一站式 JavaScript 运行时环境。下面为你介绍项目的安装与运行步骤。

🚀 快速开始

📦 安装指南

要安装项目所需的依赖项,请在终端中运行以下命令:

bun install

💻 使用示例

安装完成后,你可以通过以下命令来运行项目:

bun run index.ts
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client