cf-stock-mcp-server

imdurgadas/cf-stock-mcp-server
★ 0 stars TypeScript ⚙️ DevOps Updated 5d ago
Cloudflare hosted Stock Strategy with Kite MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cf-stock-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "imdurgadas/cf-stock-mcp-server"
      ]
    }
  }
}