kdraigo_mcp

kdraigo/kdraigo_mcp
★ 1 stars Go Code/Dev Tools Updated today
MCP server for the kdraigo algorithmic trading platform — scaffold strategies, run backtests, and fetch analytics from any MCP client.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kdraigo_mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/kdraigo/kdraigo_mcp@latest"
      ]
    }
  }
}

Topics

ai-agenttrading-toolkit