MCP server for the kdraigo algorithmic trading platform — scaffold strategies, run backtests, and fetch analytics from any MCP client.
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"
]
}
}
}
Run in terminal:
claude mcp add kdraigo_mcp go run github.com/kdraigo/kdraigo_mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"kdraigo_mcp": {
"command": "go",
"args": [
"run",
"github.com/kdraigo/kdraigo_mcp@latest"
]
}
}
}